KurtE / ILI9341_t3n

Extended ILI9341_T3 library (Teensy) including all SPI buses, Frame buffer, plus
MIT License
50 stars 23 forks source link

Experiment update only changed areas #25

Closed KurtE closed 4 years ago

KurtE commented 4 years ago

Add in the support for async updates using only changed rectangles.

Also merged in support for T4.x where DC is on hardware CS pins.

Issue was that T4.1 will have multiple hardware CS pins on the SPI object, which would not have worked with the way I originally did it.