Skip to content

Commit bd9285f

Browse files
authored
Merge pull request #2891 from ladyada/main
3.7" 240x960 demo
2 parents 4c7517f + e7a9949 commit bd9285f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cheekmate/Arduino/Cheekmate/...qtpy_esp32s2.test.only

Whitespace-only changes.

Factory_Tests/Qualia_ESP32S3_RGB666_FactoryTest/Qualia_ESP32S3_RGB666_FactoryTest.ino

Lines changed: 4 additions & 0 deletions
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)