aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* GFX : wait end of transfert using a task notification.JF2020-01-262-60/+53
* Better integration of SPI with DMA and IRQ. Using only 'End' IRQ. Perf could ...JF2020-01-265-94/+64
* [WIP] Max SPI speed reached (119ms for a full refresh. Theo max : 240*240*16 ...JF2020-01-224-44/+82
* [WIP] Use IRQ in SPI driver to improve performancesJF2020-01-222-49/+71
* Implement the SPI driver using DMA.JF2020-01-194-39/+98
* Refactor ctor() and Ini() of SpiMaster.JF2020-01-182-11/+14
* Apply Hardware reset on display during wake-up, as softreset might not be eno...JF2020-01-181-0/+1
* Disable SPI, I²C, touch controller and display controller in sleep mode.JF2020-01-176-3/+66
* Add basic touch panel driver.JF2020-01-032-0/+124
* Apply reset signal on pin P0.26 for LCD during init.JF2020-01-022-2/+15
* The font is now fixed width.JF2019-12-073-11/+26
* Convert Spi and GFX to C++.JF2019-12-076-377/+158
* Add missing return statements which fix crashes in release mode.JF2019-12-062-3/+3
* Add support for LCD (ST7789)JF2019-12-054-12/+540
* First code tested on the actual pinetime hardwareJF2019-12-022-0/+19