summaryrefslogtreecommitdiff
path: root/src/drivers/Cst816s.h
AgeCommit message (Collapse)AuthorFilesLines
2020-01-17Disable SPI, I²C, touch controller and display controller in sleep mode.JF1-0/+2
Re-enable them on wake up. Remove delays that were not needed in st7889 driver. Hopefully, it'll improve the battery life!
2020-01-03Add basic touch panel driver.JF1-0/+47
Handle touch event in display app : draw a big square at the touch point coordinates.