A library for a better performance on updating the ArduBoy display.
An small benchmark program for comparing the default screen update mechanism versus only updating the parts of the screen that really changed. The new mechanism is located in SmartDisplay.h/.cpp and can be easy integrated in other projects.
- A - default mechanism / smart display
- B - pause the benchmark
- Up / Down - control the number of items to draw (with a maximum of 25)
- Download Zip or Git Clone from: https://github.com/sersanchus/arduboysmartdisplay
- Open benchmark.ino with Arduino IDE
- Compile and upload to your Arduboy