Skip to content

Commit b3b99a5

Browse files
add ST7789 2.25" LCD 76x284
1 parent 4f9ca9b commit b3b99a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/PDQgraphicstest/Arduino_GFX_display.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ Arduino_GFX *gfx = new Arduino_ILI9341(bus, TFT_RST, 0 /* rotation */, false /*
139139
// Arduino_GFX *gfx = new Arduino_ST7789(bus, TFT_RST, 0 /* rotation */);
140140
// 2.4" IPS LCD 240x320
141141
// Arduino_GFX *gfx = new Arduino_ST7789(bus, TFT_RST, 0 /* rotation */, true /* IPS */);
142+
// 2.25" LCD 76x284
143+
// Arduino_GFX *gfx = new Arduino_ST7789(bus, TFT_RST, 0 /* rotation */, false /* IPS */, 76 /* width */, 284 /* height */, 82 /* col offset 1 */, 18 /* row offset 1 */, 82 /* col offset 2 */, 18 /* row offset 2 */);
142144
// 1.9" IPS round corner LCD 170x320
143145
// Arduino_GFX *gfx = new Arduino_ST7789(bus, TFT_RST, 0 /* rotation */, true /* IPS */, 170 /* width */, 320 /* height */, 35 /* col offset 1 */, 0 /* row offset 1 */, 35 /* col offset 2 */, 0 /* row offset 2 */);
144146
// 1.69" IPS round corner LCD 240x280

0 commit comments

Comments
 (0)