aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/Cst816s.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Error screen and optimize GetTouchInfoRiku Isokoski2021-09-151-9/+8
* Merge branch 'develop' into update_touch_driverRiku Isokoski2021-09-141-6/+7
|\
| * Merge branch 'develop' into pinmaphubmartin2021-08-291-18/+20
| |\
| * | PinMap with namespace and constexprhubmartin2021-08-031-6/+7
* | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-281-3/+10
|\ \ \ | | |/ | |/|
| * | Fix most issuesRiku Isokoski2021-07-161-17/+9
| * | Quick fixRiku Isokoski2021-07-151-1/+1
| * | New touch handler, with issuesRiku Isokoski2021-07-151-1/+11
| |/
* | Automatic error detectionRiku Isokoski2021-08-181-1/+6
* | Update touchpad driverRiku Isokoski2021-07-141-16/+23
|/
* Reformatted all the files according to clang-format styleAvamander2021-04-241-10/+9
* 0.16.0 TWI problems fixJoaquim2021-04-101-1/+2
* Big UI and navigation RewriteJoaquim2021-04-041-44/+24
* Include cleanup: driversokaestne2020-11-151-3/+4
* 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