aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/St7789.cpp
Commit message (Expand)AuthorAgeFilesLines
* Include cleanup: driversokaestne2020-11-151-1/+1
* Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.JF2020-08-221-3/+3
* Add SPI NOR Flash driver, WIP.JF2020-05-071-4/+5
* Backup and restore vertical scroll offset when goind to sleep/wakeup to avoid...JF2020-03-111-0/+2
* When a full screen refresh is done, apply a vertical scroll during the refres...JF2020-03-081-4/+4
* Add support for hardware assisted vertical scrolling.JF2020-02-151-0/+17
* Better integration of SPI with DMA and IRQ. Using only 'End' IRQ. Perf could ...JF2020-01-261-10/+4
* [WIP] Max SPI speed reached (119ms for a full refresh. Theo max : 240*240*16 ...JF2020-01-221-4/+5
* Implement the SPI driver using DMA.JF2020-01-191-16/+2
* 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-171-3/+26
* Apply reset signal on pin P0.26 for LCD during init.JF2020-01-021-0/+10
* The font is now fixed width.JF2019-12-071-10/+22
* Convert Spi and GFX to C++.JF2019-12-071-0/+149