Skip to content

Commit

Permalink
S3Box v3 panel id & update example (see #569)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Jun 2, 2024
1 parent eac574c commit 6f211f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/HowToUse/1_simple_use/1_simple_use.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lgfx/v1_autodetect/LGFX_AutoDetect_ESP32_all.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f211f9

Please sign in to comment.