* as long as display driver includes pushpixel() and setwindow() commands
i've created a wrapper that converts my multi pixel commands into commands that are universally recognized by adafruit spi and parallel display drivers. they perform about 7-10 times faster on arduino that regular drivers and provide compatibility for test purposes. the spi optimizations are lost in this wrapper as doing the optimizations for spi requires modifying the drives themselves.
to allow this wrapper to work change
//#define workAnyAdafruitDisplay true
if you have an st77xx display set it to false because the other method is still 2-4 times faster
//#define workAnyAdafruitDisplay false
link is here
after further testing will release it to master branch
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.