aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/Cst816s.h
Commit message (Collapse)AuthorAgeFilesLines
* Include cleanup: driversokaestne2020-11-151-1/+0
|
* Handle error code when calling TwiMaster::Read().JF2020-10-271-7/+7
|
* New implementation of the I²C/TWI driver.JF2020-07-191-17/+13
| | | | Fix reset timing and add dummy reading in Cst816S to fix init error on some devices.
* Do not copy LittleVgl object in DislayApp, use reference instead.JF2020-03-081-0/+6
| | | | Make Cst816s, SpiMaster and St7789 not copiable and not movable
* Log Touchpanel data (position + gesture!)JF2020-02-121-0/+12
|
* Disable SPI, I²C, touch controller and display controller in sleep mode.JF2020-01-171-0/+2
| | | | | | | | 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/+47
Handle touch event in display app : draw a big square at the touch point coordinates.