summaryrefslogtreecommitdiff
path: root/src/DisplayApp/DisplayApp.cpp
AgeCommit message (Collapse)Author
2019-12-07Convert Spi and GFX to C++.JF
2019-12-06Add missing return statements which fix crashes in release mode.JF
Add flag to compiler so that it generates an error when a returning function does not return something...
2019-12-05Add DisplayApp, and lcdfont. Update the display every secondJF