aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/Cst816s.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle error code when calling TwiMaster::Read().JF2020-10-271-1/+3
* Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.JF2020-08-221-5/+8
* Fix most of the warnings. Remaining warnings come from nimble source code.JF2020-08-171-4/+3
* New implementation of the I²C/TWI driver.JF2020-07-191-30/+22
* Add touch panel port to lvgl.JF2020-02-161-20/+20
* Log Touchpanel data (position + gesture!)JF2020-02-121-14/+43
* Disable SPI, I²C, touch controller and display controller in sleep mode.JF2020-01-171-0/+10
* Add basic touch panel driver.JF2020-01-031-0/+77