adafruit / Adafruit-ST7735-Library

This is a library for the Adafruit 1.8" SPI display http://www.adafruit.com/products/358 and http://www.adafruit.com/products/618
https://learn.adafruit.com/1-8-tft-display
547 stars 303 forks source link

The 1.14" 135x240 display doesn't render properly in v1.8.2 #165

Closed kevinfrei closed 2 years ago

kevinfrei commented 2 years ago

PR #160 fixed one orientation, but broke another for the 135x240 ST7789 display: The offsets are wrong, so there's always some part of the screen that doesn't get drawn properly in rotations 0 (default) & 2. Here's a video that shows the problem. Here's the sketch necessary to repro the issue. PR #162 is the fix. I've validated that the 320x240 screen still works properly, and if you look at the code, it's clear that my changes only affect the 135x240 screen.

Please hit me up if you need anything else.

makermelissa commented 2 years ago

Fixed via #162.