Skip to content

Commit 356f4a3

Browse files
Update comment.
1 parent d74a8b9 commit 356f4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gfx.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#define LGFX_AUTODETECT
2020
#include <LovyanGFX.h>
2121
#else
22-
// false: (micro-USB x 1 type, ILI9341)
23-
// true : (micro-USB x 1 + USB-C x 1 type, ST7789)
22+
// false: Panel driver: ILI9341 (micro-USB x 1 type)
23+
// true : Panel driver: ST7789 (micro-USB x 1 + USB-C x 1 type)
2424
#define DISPLAY_CYD_2USB true
2525
#include "./boards/LGFX_ESP32_2432S028R_CYD.hpp"
2626
#endif

0 commit comments

Comments
 (0)