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
565 stars 305 forks source link

Strange offset when using a ST7789V #139

Closed T94T closed 3 years ago

T94T commented 3 years ago

We got a ST7789V display to work reasonably well with this library. But in use with tft.init(135, 240); there is an offset:

grafik

For example, if we use tft.init(240, 280); we get this result:

grafik
makermelissa commented 3 years ago

Hmm, is that a different brand? If so, it looks like they are using different offsets than the Adafruit ones even with the same screen size, so we may have to come up with a slightly different solution than just looking at size.

ladyada commented 3 years ago

@T94T please submit a PR for your display when you get it working!