From 0d75e9c9ccaaf1792196c48d1102bbbd950e797d Mon Sep 17 00:00:00 2001 From: ladyada Date: Tue, 24 Sep 2024 21:45:14 -0400 Subject: [PATCH] 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);