Skip to content

Commit 0d75e9c

Browse files
committed
3.7" 240x960 demo
1 parent 4c7517f commit 0d75e9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Factory_Tests/Qualia_ESP32S3_RGB666_FactoryTest/Qualia_ESP32S3_RGB666_FactoryTest.ino

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Arduino_RGB_Display *gfx = new Arduino_RGB_Display(
3737
// 320 /* width */, 820 /* height */, rgbpanel, 0 /* rotation */, true /* auto_flush */,
3838
// expander, GFX_NOT_DEFINED /* RST */, tl032fwv01_init_operations, sizeof(tl032fwv01_init_operations));
3939

40+
// 3.7" 240x960 rectangle bar display
41+
// 240 /* width */, 960 /* height */, rgbpanel, 0 /* rotation */, true /* auto_flush */,
42+
// expander, GFX_NOT_DEFINED /* RST */, HD371001C40_init_operations, sizeof(HD371001C40_init_operations), 120 /* col_offset1 */);
43+
4044
// 4.0" 720x720 square display
4145
// 720 /* width */, 720 /* height */, rgbpanel, 0 /* rotation */, true /* auto_flush */,
4246
// expander, GFX_NOT_DEFINED /* RST */, NULL, 0);

0 commit comments

Comments
 (0)