aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/Cst816s.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disable SPI, I²C, touch controller and display controller in sleep mode.JF2020-01-171-0/+10
| | | | | | | | 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.JF2020-01-031-0/+77
Handle touch event in display app : draw a big square at the touch point coordinates.