Skip to content

Commit 01e1459

Browse files
add JC3636W518 dev device
1 parent 793e281 commit 01e1459

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/PDQgraphicstest/Arduino_GFX_dev_device.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
// #define GS_T3E // Golden Security GS-T3E
2424
// #define IBUBLY
2525
// #define JC3248W535
26+
// #define JC3636W518
2627
// #define LILYGO_T_DECK
2728
// #define LILYGO_T_DISPLAY
2829
// #define LILYGO_T_DISPLAY_S3
@@ -413,6 +414,13 @@ Arduino_GFX *g = new Arduino_AXS15231B(bus, GFX_NOT_DEFINED /* RST */, 0 /* rota
413414
#define CANVAS
414415
Arduino_Canvas *gfx = new Arduino_Canvas(320 /* width */, 480 /* height */, g, 0 /* output_x */, 0 /* output_y */, 0 /* rotation */);
415416

417+
#elif defined(JC3636W518)
418+
#define GFX_DEV_DEVICE JC3636W518
419+
#define GFX_BL 15
420+
Arduino_DataBus *bus = new Arduino_ESP32QSPI(
421+
10 /* cs */, 9 /* sck */, 11 /* d0 */, 12 /* d1 */, 13 /* d2 */, 14 /* d3 */);
422+
Arduino_GFX *gfx = new Arduino_ST77916(bus, 47 /* RST */, 0 /* rotation */, true /* IPS */, 360 /* width */, 360 /* height */);
423+
416424
#elif defined(LILYGO_T_DECK)
417425
#define GFX_DEV_DEVICE LILYGO_T_DECK
418426
#define GFX_EXTRA_PRE_INIT() \

0 commit comments

Comments
 (0)