We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74a8b9 commit 356f4a3Copy full SHA for 356f4a3
gfx.hpp
@@ -19,8 +19,8 @@
19
#define LGFX_AUTODETECT
20
#include <LovyanGFX.h>
21
#else
22
- // false: (micro-USB x 1 type, ILI9341)
23
- // true : (micro-USB x 1 + USB-C x 1 type, ST7789)
+ // false: Panel driver: ILI9341 (micro-USB x 1 type)
+ // true : Panel driver: ST7789 (micro-USB x 1 + USB-C x 1 type)
24
#define DISPLAY_CYD_2USB true
25
#include "./boards/LGFX_ESP32_2432S028R_CYD.hpp"
26
#endif
0 commit comments