From 0d75e9c9ccaaf1792196c48d1102bbbd950e797d Mon Sep 17 00:00:00 2001 From: ladyada Date: Tue, 24 Sep 2024 21:45:14 -0400 Subject: [PATCH 1/2] 3.7" 240x960 demo --- .../Qualia_ESP32S3_RGB666_FactoryTest.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Factory_Tests/Qualia_ESP32S3_RGB666_FactoryTest/Qualia_ESP32S3_RGB666_FactoryTest.ino b/Factory_Tests/Qualia_ESP32S3_RGB666_FactoryTest/Qualia_ESP32S3_RGB666_FactoryTest.ino index d63ab4373..c0e944a88 100644 --- a/Factory_Tests/Qualia_ESP32S3_RGB666_FactoryTest/Qualia_ESP32S3_RGB666_FactoryTest.ino +++ b/Factory_Tests/Qualia_ESP32S3_RGB666_FactoryTest/Qualia_ESP32S3_RGB666_FactoryTest.ino @@ -37,6 +37,10 @@ Arduino_RGB_Display *gfx = new Arduino_RGB_Display( // 320 /* width */, 820 /* height */, rgbpanel, 0 /* rotation */, true /* auto_flush */, // expander, GFX_NOT_DEFINED /* RST */, tl032fwv01_init_operations, sizeof(tl032fwv01_init_operations)); +// 3.7" 240x960 rectangle bar display +// 240 /* width */, 960 /* height */, rgbpanel, 0 /* rotation */, true /* auto_flush */, +// expander, GFX_NOT_DEFINED /* RST */, HD371001C40_init_operations, sizeof(HD371001C40_init_operations), 120 /* col_offset1 */); + // 4.0" 720x720 square display // 720 /* width */, 720 /* height */, rgbpanel, 0 /* rotation */, true /* auto_flush */, // expander, GFX_NOT_DEFINED /* RST */, NULL, 0); From e7a994933bc8e30a5edda88315ecddb67070ceed Mon Sep 17 00:00:00 2001 From: BlitzCityDIY Date: Wed, 25 Sep 2024 08:59:32 -0400 Subject: [PATCH 2/2] Delete ...qtpy_esp32s2.test.only --- Cheekmate/Arduino/Cheekmate/...qtpy_esp32s2.test.only | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Cheekmate/Arduino/Cheekmate/...qtpy_esp32s2.test.only diff --git a/Cheekmate/Arduino/Cheekmate/...qtpy_esp32s2.test.only b/Cheekmate/Arduino/Cheekmate/...qtpy_esp32s2.test.only deleted file mode 100644 index e69de29bb..000000000