adafruit / Adafruit_HX8357_Library

Arduino library for HX8357
39 stars 37 forks source link

Added support for the scrolling feature found in the ILI9341 library. #45

Open kaipyroami opened 2 months ago

kaipyroami commented 2 months ago

Added support for the scrolling feature found in the ILI9341 library. The registers and code from the source library are just a drop in based on the HX8357 datasheet. This change has been tested on the 3.5" Featherwing TFT and works as expected.

kaipyroami commented 2 months ago

Clang didn't like me aligning the comments?