| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor ctor() and Ini() of SpiMaster. | JF | 2020-01-18 | 2 | -11/+14 |
| | | |||||
| * | Apply Hardware reset on display during wake-up, as softreset might not be ↵ | JF | 2020-01-18 | 1 | -0/+1 |
| | | | | | enough to wake the display up. | ||||
| * | Disable SPI, I²C, touch controller and display controller in sleep mode. | JF | 2020-01-17 | 6 | -3/+66 |
| | | | | | | | | | Re-enable them on wake up. Remove delays that were not needed in st7889 driver. Hopefully, it'll improve the battery life! | ||||
| * | Add basic touch panel driver. | JF | 2020-01-03 | 2 | -0/+124 |
| | | | | | Handle touch event in display app : draw a big square at the touch point coordinates. | ||||
| * | Apply reset signal on pin P0.26 for LCD during init. | JF | 2020-01-02 | 2 | -2/+15 |
| | | |||||
| * | The font is now fixed width. | JF | 2019-12-07 | 3 | -11/+26 |
| | | | | | HUGE performance improvement of the display driver. | ||||
| * | Convert Spi and GFX to C++. | JF | 2019-12-07 | 6 | -377/+158 |
| | | |||||
| * | Add missing return statements which fix crashes in release mode. | JF | 2019-12-06 | 2 | -3/+3 |
| | | | | | Add flag to compiler so that it generates an error when a returning function does not return something... | ||||
| * | Add support for LCD (ST7789) | JF | 2019-12-05 | 4 | -12/+540 |
| | | |||||
| * | First code tested on the actual pinetime hardware | JF | 2019-12-02 | 2 | -0/+19 |
