Closed Troyhy closed 3 months ago
I tested successfully Adafruit 1.9" 320x170 Color IPS TFT and added a new display type for it.
# snipped from hardware_setup.py ssd = SSD( spi, cs=pcs, dc=pdc, rst=prst, height=170, width=320, display=ADAFRUIT_1_9 )```
Thank you. Also copied to nano-gui and micropython-touch.
ok, you are welcome! I am learning micropython and your gui library is a great inspiration to dig deeper.
I tested successfully Adafruit 1.9" 320x170 Color IPS TFT and added a new display type for it.