index
:
InfiniTime
local
upstream/main
My branch of InfiniTime
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
St7789.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.
JF
2020-08-22
1
-3
/
+3
*
Add SPI NOR Flash driver, WIP.
JF
2020-05-07
1
-4
/
+5
*
Backup and restore vertical scroll offset when goind to sleep/wakeup to avoid...
JF
2020-03-11
1
-0
/
+2
*
When a full screen refresh is done, apply a vertical scroll during the refres...
JF
2020-03-08
1
-4
/
+4
*
Add support for hardware assisted vertical scrolling.
JF
2020-02-15
1
-0
/
+17
*
Better integration of SPI with DMA and IRQ. Using only 'End' IRQ. Perf could ...
JF
2020-01-26
1
-10
/
+4
*
[WIP] Max SPI speed reached (119ms for a full refresh. Theo max : 240*240*16 ...
JF
2020-01-22
1
-4
/
+5
*
Implement the SPI driver using DMA.
JF
2020-01-19
1
-16
/
+2
*
Apply Hardware reset on display during wake-up, as softreset might not be eno...
JF
2020-01-18
1
-0
/
+1
*
Disable SPI, I²C, touch controller and display controller in sleep mode.
JF
2020-01-17
1
-3
/
+26
*
Apply reset signal on pin P0.26 for LCD during init.
JF
2020-01-02
1
-0
/
+10
*
The font is now fixed width.
JF
2019-12-07
1
-10
/
+22
*
Convert Spi and GFX to C++.
JF
2019-12-07
1
-0
/
+149