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

Home Page:https://learn.adafruit.com/1-8-tft-display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kevinfrei opened this issue · comments

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.