summaryrefslogtreecommitdiff
path: root/src/drivers/st7789.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 support for LCD (ST7789)JF
2019-12-02First code tested on the actual pinetime hardwareJF