summaryrefslogtreecommitdiff
path: root/src/drivers/Cst816s.h
AgeCommit message (Collapse)AuthorFilesLines
2020-07-19New implementation of the I²C/TWI driver.JF1-17/+13
Fix reset timing and add dummy reading in Cst816S to fix init error on some devices.
2020-03-08Do not copy LittleVgl object in DislayApp, use reference instead.JF1-0/+6
Make Cst816s, SpiMaster and St7789 not copiable and not movable
2020-02-12Log Touchpanel data (position + gesture!)JF1-0/+12
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.