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

colstart and rowstart unprotect #182

Open tadamx opened 1 year ago

tadamx commented 1 year ago

Hi, I had a screen shifting problem with 128x160 RGB (ST7735) TFT display. As I found, there is a part in Adafruit_ST77xx.h which helped to fix this problem, but this is in protection section. If this code part is taken out from protection, there will be an easy way to write these values in Arduino code.
ST77xx tadamx