Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ёRadio on Github: https://github.com/e2002/yoradio
- #ifndef myoptions_h
- #define myoptions_h
- #define DSP_MODEL DSP_ILI9341
- //#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 LED_BUILTIN 17
- #define BRIGHTNESS_PIN 21
- #define I2S_INTERNAL false
- #define PLAYER_FORCE_MONO true
- // If I2S DAC used:
- #define I2S_DOUT 17
- #define I2S_BCLK 22
- #define I2S_LRC 27
- //#define VS1053_CS 255
- #define TS_MODEL TS_MODEL_XPT2046
- #define TS_SPIPINS 25, 39, 32 /* SCK, MISO, MOSI */
- #define TS_CS 33
- //#define IR_PIN 21
- #define LIGHT_SENSOR 34
- #define AUTOBACKLIGHT_MAX 1024
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement