moononournation / Arduino_GFX

Arduino GFX developing for various color displays and various data bus interfaces
Other
760 stars 151 forks source link

Add support for TZT 1.9 Inch IPS 170x320 ST7789 #476

Closed lsdlsd88 closed 1 month ago

lsdlsd88 commented 1 month ago

this constructor work

Arduino_GFX *gfx = new Arduino_ST7789( bus, 7 /* RST */,1 /* rotation */, true /* IPS */, 170 /* width */, 320 /* height */, 35/* col offset 1 */, 0 /* row offset 1 */, 35 /* col offset 2 */, 0 /* row offset 2 */);

for this screen

https://www.aliexpress.com/item/1005006733100107.html

you're welcome.