acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
Setup208_ESP32_S3_Box_Lite.h (567B)
1 // Display configuration for ST7789-based ESP32-S3-Box-Lite 2 3 #define USER_SETUP_ID 208 4 #define USER_SETUP_INFO "ESP32-S3-BOX-LITE" 5 6 #define ST7789_DRIVER 7 #define TFT_RGB_ORDER TFT_BGR 8 9 #define TFT_WIDTH 240 10 #define TFT_HEIGHT 320 11 12 #define TFT_BL 45 13 #define TFT_BACKLIGHT_ON LOW 14 15 #define TFT_CS 5 16 #define TFT_DC 4 17 #define TFT_RST 48 18 19 #define TFT_MOSI 6 20 #define TFT_SCLK 7 21 22 #define LOAD_GLCD 23 #define LOAD_FONT2 24 #define LOAD_FONT4 25 #define LOAD_FONT6 26 #define LOAD_FONT7 27 #define LOAD_FONT8 28 #define LOAD_GFXFF 29 30 #define SMOOTH_FONT 31 32 #define SPI_FREQUENCY 40000000