Skip to content

Commit 0aa3df0

Browse files
authored
Merge pull request #3212 from adafruit/qualia-4.58-320x960
adding 4.58" 320x960 rectangle bar display
2 parents 9c79d9c + 39118e7 commit 0aa3df0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Factory_Tests/Qualia_ESP32S3_RGB666_FactoryTest/Qualia_ESP32S3_RGB666_FactoryTest.ino

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ Arduino_RGB_Display *gfx = new Arduino_RGB_Display(
5656
// 1 /* hync_polarity */, 46 /* hsync_front_porch */, 2 /* hsync_pulse_width */, 44 /* hsync_back_porch */,
5757
// 1 /* vsync_polarity */, 50 /* vsync_front_porch */, 16 /* vsync_pulse_width */, 16 /* vsync_back_porch */
5858

59+
// 4.58" 320x960 rectangle bar display
60+
// 320 /* width */, 960 /* height */, rgbpanel, 0 /* rotation */, true /* auto_flush */,
61+
// expander, GFX_NOT_DEFINED /* RST */, HD458002C40_init_operations, sizeof(HD458002C40_init_operations), 80 /* col_offset1 */);
62+
// needs also the rgbpanel to have these pulse/sync values:
63+
// 1 /* hsync_polarity */, 30 /* hsync_front_porch */, 10 /* hsync_pulse_width */, 50 /* hsync_back_porch */,
64+
// 1 /* vsync_polarity */, 15 /* vsync_front_porch */, 2 /* vsync_pulse_width */, 17 /* vsync_back_porch */
65+
5966
uint16_t *colorWheel;
6067

6168
// The Capacitive touchscreen overlays uses hardware I2C (SCL/SDA)

0 commit comments

Comments
 (0)