Skip to content

Commit 95d4864

Browse files
align datasheet dev device name
1 parent 64aae85 commit 95d4864

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/PDQgraphicstest/Arduino_GFX_dev_device.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// #define ESP32_LCDKIT_PAR8A
1717
// #define ESP32_LCDKIT_PAR8B
1818
// #define ESP32_LCDKIT_PAR16
19-
// #define ESP32_S3_3_13_DISPLAY
19+
// #define ESP32_S3_313LCD
2020
// #define ESP32_S3_BOX_3
2121
// #define ESP32_S3_EYE
2222
// #define ESP32_S3_RGB
@@ -266,8 +266,8 @@ Arduino_DataBus *bus = new Arduino_ESP32PAR16(
266266
25 /* D8 */, 26 /* D9 */, 12 /* D10 */, 13 /* D11 */, 14 /* D12 */, 15 /* D13 */, 2 /* D14 */, 4 /* D15 */);
267267
Arduino_GFX *gfx = new Arduino_ILI9341(bus, GFX_NOT_DEFINED /* RST */, 1 /* rotation */);
268268

269-
#elif defined(ESP32_S3_3_13_DISPLAY)
270-
#define GFX_DEV_DEVICE ESP32_S3_3_13_DISPLAY
269+
#elif defined(ESP32_S3_313LCD)
270+
#define GFX_DEV_DEVICE ESP32_S3_313LCD
271271
#define GFX_BL 4
272272
Arduino_DataBus *bus = new Arduino_SWSPI(
273273
GFX_NOT_DEFINED /* DC */, 0 /* CS */,

0 commit comments

Comments
 (0)