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

Update graphics tests. #167

Closed kattni closed 2 years ago

kattni commented 2 years ago

Tweaked the end of the Feather TFT graphics test so that the "play" and "pause" buttons both fit on the display.

Tweaked initialisation order on the other files so they are consistent with the Feather TFT init order so that when they are eventually used in the new built-in TFT template, the init explanation order fits the example order. (i.e. create tft instance, turn on backlight, turn on TFT power if applicable, init display and rotation.)

kattni commented 2 years ago

Thanks @makermelissa! This was the PR I was referring to needing review.