Skip to content

Commit 77c18ea

Browse files
add 0.85" 128x128 ST7735 display
1 parent ba8d7d9 commit 77c18ea

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
@@ -115,6 +115,8 @@ Arduino_GFX *gfx = new Arduino_ILI9341(bus, TFT_RST, 0 /* rotation */, false /*
115115
// ST7735 LCD
116116
// 0.42" 96x54
117117
// Arduino_GFX *gfx = new Arduino_ST7735(bus, TFT_RST, 0 /* rotation */, false /* IPS */, 96 /* width */, 54 /* height */, 16 /* col offset 1 */, 106 /* row offset 1 */, 16 /* col offset 2 */, 0 /* row offset 2 */);
118+
// 0.85" 128x128
119+
// Arduino_GFX *gfx = new Arduino_ST7735(bus, TFT_RST, 0 /* rotation */, true /* IPS */, 128 /* width */, 128 /* height */, 2 /* col offset 1 */, 1 /* row offset 1 */, 2 /* col offset 2 */, 1 /* row offset 2 */);
118120
// 1.8" REDTAB 128x160
119121
// Arduino_GFX *gfx = new Arduino_ST7735(bus, TFT_RST, 0 /* rotation */);
120122
// 1.8" BLACKTAB 128x160

0 commit comments

Comments
 (0)