From 6f211f91e10244f143b7c92b0216853647c6f927 Mon Sep 17 00:00:00 2001 From: tobozo Date: Sun, 2 Jun 2024 15:57:51 +0200 Subject: [PATCH] S3Box v3 panel id & update example (see #569) --- examples/HowToUse/1_simple_use/1_simple_use.ino | 1 + src/lgfx/v1_autodetect/LGFX_AutoDetect_ESP32_all.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/HowToUse/1_simple_use/1_simple_use.ino b/examples/HowToUse/1_simple_use/1_simple_use.ino index 62e92321..bf267f2c 100644 --- a/examples/HowToUse/1_simple_use/1_simple_use.ino +++ b/examples/HowToUse/1_simple_use/1_simple_use.ino @@ -22,6 +22,7 @@ // #define LGFX_ESP_WROVER_KIT // Espressif ESP-WROVER-KIT // #define LGFX_ESP32_S3_BOX // Espressif ESP32-S3-BOX // #define LGFX_ESP32_S3_BOX_LITE // Espressif ESP32-S3-BOX Lite +// #define LGFX_ESP32_S3_BOX_V3 // Espressif ESP32-S3-BOX-3/3B // #define LGFX_WIFIBOY_PRO // WiFiBoy Pro // #define LGFX_WIFIBOY_MINI // WiFiBoy mini // #define LGFX_MAKERFABS_TOUCHCAMERA // Makerfabs Touch with Camera diff --git a/src/lgfx/v1_autodetect/LGFX_AutoDetect_ESP32_all.hpp b/src/lgfx/v1_autodetect/LGFX_AutoDetect_ESP32_all.hpp index fb6c94f6..bd254182 100644 --- a/src/lgfx/v1_autodetect/LGFX_AutoDetect_ESP32_all.hpp +++ b/src/lgfx/v1_autodetect/LGFX_AutoDetect_ESP32_all.hpp @@ -1281,7 +1281,7 @@ namespace lgfx constexpr _detector_ESP32_S3_BOX_V3_t(void) : _detector_spi_t { board_t::board_ESP32_S3_BOX_V3 - , 0, 0, 0 // TODO? ILI9342C ID Checker + , 0x04, 0xff, 0xE3 // ILI9342C , 40000000, 16000000 , GPIO_NUM_6 // MOSI , (gpio_num_t)-1 // MISO