aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/st7789.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert Spi and GFX to C++.JF2019-12-071-168/+0
|
* Add missing return statements which fix crashes in release mode.JF2019-12-061-1/+1
| | | | Add flag to compiler so that it generates an error when a returning function does not return something...
* Add support for LCD (ST7789)JF2019-12-051-4/+167
|
* First code tested on the actual pinetime hardwareJF2019-12-021-0/+5