summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Collapse)AuthorFilesLines
2020-01-18Refactor ctor() and Ini() of SpiMaster.JF2-11/+14
2020-01-18Apply Hardware reset on display during wake-up, as softreset might not be ↵JF1-0/+1
enough to wake the display up.
2020-01-17Disable SPI, I²C, touch controller and display controller in sleep mode.JF6-3/+66
Re-enable them on wake up. Remove delays that were not needed in st7889 driver. Hopefully, it'll improve the battery life!
2020-01-03Add basic touch panel driver.JF2-0/+124
Handle touch event in display app : draw a big square at the touch point coordinates.
2020-01-02Apply reset signal on pin P0.26 for LCD during init.JF2-2/+15
2019-12-07The font is now fixed width.JF3-11/+26
HUGE performance improvement of the display driver.
2019-12-07Convert Spi and GFX to C++.JF6-377/+158
2019-12-06Add missing return statements which fix crashes in release mode.JF2-3/+3
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)JF4-12/+540
2019-12-02First code tested on the actual pinetime hardwareJF2-0/+19