Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef myoptions_h
- #define myoptions_h
- /* Generated by myoptions.h generator - v0.8.1 */
- /* https://e2002.github.io/docs/myoptions-generator.html?r=71,45&i=&v= */
- /* Put this file next to yoRadio.ino and restart Arduino IDE. */
- /* !!! Do not be alarmed, all right, the default values are not included in this file !!! */
- #define L10N_LANGUAGE RU /* Language (EN, RU). More info in yoRadio/locale/displayL10n_(en|ru).h */
- #define RSSI_DIGIT false
- //#define PLAYER_FORCE_MONO true // if you use Max98357 I2S 3W Class D Amplifier
- #define DSP_MODEL DSP_ST7789
- #define DSP_HSPI true
- #define LED_INVERT true
- #define TFT_CS 15
- #define TFT_DC 2
- #define TFT_RST -1
- #define BRIGHTNESS_PIN 21
- //#define I2S_DOUT 17
- //#define I2S_BCLK 22
- //#define I2S_LRC 27
- #define I2S_INTERNAL true
- #define TS_MODEL TS_MODEL_XPT2046
- #define TS_SPIPINS 25, 39, 32 /* SCK, MISO, MOSI */
- #define TS_CS 33
- #define LIGHT_SENSOR 34
- #define AUTOBACKLIGHT_MAX 1024
- #define SD_VSPI true
- #define SDC_CS 5
- #define BOOMBOX_STYLE
- //#define LED_BUILTIN 17
- //#define IR_PIN 23
- //#define ENC_BTNR 16
- //#define ENC_BTNL 35
- //#define ENC_BTNB 4
- //#define ENC_INTERNALPULLUP true
- #endif
Advertisement
Add Comment
Please, Sign In to add comment