да, нет, там не все так простоесли бы работало - то ображало наоборот)
//===========================================================================================
//=== yoRadio and Visual Studio Code ===== esp32s3 =======
//===========================================================================================
#ifndef myoptions_h
#define myoptions_h
//#define LED_BUILTIN 2 /* Встроенный LED Pin (Выключен по умолчанию) */
#define L10N_LANGUAGE RU /* Язык интерфейса (EN, RU) */
//===========================================================================================
//================================== I2S DAC ===============================================
//===========================================================================================
#define I2S_DOUT 14 /* DOUT pin. Должен быть установлен 255, если РСМ5102 не используется */
#define I2S_BCLK 27 /* BCLK Bit clock */
#define I2S_LRC 26 /* WSEL Left Right Clock */
#define VS1053_CS 255 /* 1053 Еслинет сейчас и не будет */
//===========================================================================================
//================================== SD кардридер ==========================================
//===========================================================================================
//#define SDC_CS 10
//#define SDC_MISO 13
//#define SDC_MOSI 11
//#define SDC_CLK 12
//===========================================================================================
//================================== Энкодер ===============================================
//===========================================================================================
#define ENC_BTNR 19
#define ENC_BTNL 18
#define ENC_BTNB 5
#define ENC_INTERNALPULLUP false /* true - Использование встроенной подтяжки ESP */
//===========================================================================================
//================================ Другие настройки ========================================
//===========================================================================================
#define MUTE_PIN 41
#define MUTE_VAL HIGH /* Значение уровня на ноге mute_pin, когда плеер остановлен. HIGH-высокий уровень (3,3В); LOW-низкий уровень (0В).
/******************************************/
#endif
#ifndef myoptions_h
#define myoptions_h
/* Generated by myoptions.h generator - v0.8.1 */
/* https://e2002.github.io/docs/myoptions-generator.html?r=71,1,4,76,9,43,54,56,78&i=15,16,17,28,29,30,48,49&v=25,27,26,18,19,5,16,17 */
/* Put this file next to yoRadio.ino and restart Arduino IDE. */
/* !!! Attention !!! */
/* This configuration depends on some additional libraries. Please install them using the library manager: */
/* OneButton, RTCLib */
/* !!! Do not be alarmed, all right, the default values are not included in this file !!! */
#define L10N_LANGUAGE RU
#define DSP_MODEL DSP_DUMMY
//#define DSP_MODEL DSP_SSD1306
//#define I2C_SDA 13
//#define I2C_SCL 14
#define I2S_DOUT 14
#define VS1053_CS 255
#define ENC2_BTNR 19
#define ENC2_BTNL 18
#define ENC2_BTNB 5
#define ENC2_INTERNALPULLUP false
//#define DSP_INVERT_TITLE false
#define IR_PIN 34
#define IR_TIMEOUT 35
#define RSSI_DIGIT true
#define BRIGHTNESS_PIN 4
//#define RTC_MODULE DS1307
//#define RTC_SDA 16
//#define RTC_SCL 17
//#define MAX_VOL 70
#endif
/*
MAX_VOL - программное ограничение громкости, подбирается вручную к колонкам и усилителю.
Чтобы оно заработало надо изменить файл: ..yoRadio\src\core\player.cpp
заменить строчку 298: return vol;
на строчку:
return map(vol, 0, 254, 0, MAX_VOL + config.station.ovol); //стало//
*/
#ifndef myoptions_h
#define myoptions_h
/* Generated by myoptions.h generator - v0.8.1 */
/* https://e2002.github.io/docs/myoptions-generator.html?r=71,1,4,76,9,43,54,56,78&i=15,16,17,28,29,30,48,49&v=25,27,26,18,19,5,16,17 */
/* Put this file next to yoRadio.ino and restart Arduino IDE. */
/* !!! Attention !!! */
/* This configuration depends on some additional libraries. Please install them using the library manager: */
/* OneButton, RTCLib */
/* !!! Do not be alarmed, all right, the default values are not included in this file !!! */
#define L10N_LANGUAGE RU
#define I2S_DOUT 14
#define I2S_BCLK 27
#define I2S_LRC 26
#define ENC_BTNR 18
#define ENC_BTNL 19
#define ENC_BTNB 5
//#define RTC_MODULE DS1307
//#define RTC_SDA 16
//#define RTC_SCL 17
#define MAX_VOL 70
#endif