This project uses the Seeed Studio TFT library to draw all the screen elements. @Xark optimized @adafruit TFT library to draw things faster. Both libraries are not compatible with each other. They have different function names and the actual Tft shields use different pins for data and command.
I am working on modifying @Xark library so it is drop in compatible with Seeed library. Some functions need renaming: drawRect -> drawRectangle. Some functions need their parameters re-arranged.
I got a prototype working. It runs faster. Need to test thoroughly...
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.