Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions variants/esp32s3/meshnology-w10/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
#define TFT_DC 16 // pg1: OLED_DC=GPIO16
#define TFT_BL 6 // pg1: OLED_BL=GPIO6 (backlight PWM)
#define TFT_RST -1 // panel reset is EXIO1 on the expander, toggled in mcp23017EarlyInit()
#define HAS_SPI_TFT 1 // main.cpp keys SPI-TFT Screen creation on this since #10803
#define USE_TFTDISPLAY 1

#define SPI_FREQUENCY 75000000
Expand Down
Loading