Skip to content

Commit 6f211f9

Browse files
committed
S3Box v3 panel id & update example (see #569)
1 parent eac574c commit 6f211f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/HowToUse/1_simple_use/1_simple_use.ino

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
// #define LGFX_ESP_WROVER_KIT // Espressif ESP-WROVER-KIT
2323
// #define LGFX_ESP32_S3_BOX // Espressif ESP32-S3-BOX
2424
// #define LGFX_ESP32_S3_BOX_LITE // Espressif ESP32-S3-BOX Lite
25+
// #define LGFX_ESP32_S3_BOX_V3 // Espressif ESP32-S3-BOX-3/3B
2526
// #define LGFX_WIFIBOY_PRO // WiFiBoy Pro
2627
// #define LGFX_WIFIBOY_MINI // WiFiBoy mini
2728
// #define LGFX_MAKERFABS_TOUCHCAMERA // Makerfabs Touch with Camera

src/lgfx/v1_autodetect/LGFX_AutoDetect_ESP32_all.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ namespace lgfx
12811281
constexpr _detector_ESP32_S3_BOX_V3_t(void) :
12821282
_detector_spi_t
12831283
{ board_t::board_ESP32_S3_BOX_V3
1284-
, 0, 0, 0 // TODO? ILI9342C ID Checker
1284+
, 0x04, 0xff, 0xE3 // ILI9342C
12851285
, 40000000, 16000000
12861286
, GPIO_NUM_6 // MOSI
12871287
, (gpio_num_t)-1 // MISO

0 commit comments

Comments
 (0)