added the implementation of CST816 touch sensor
This commit is contained in:
parent
26fe6e7703
commit
ed2860239f
7 changed files with 247 additions and 1 deletions
|
@ -34,6 +34,8 @@ extern "C" {
|
|||
#include "ra8875_touch.h"
|
||||
#elif defined (CONFIG_LV_TOUCH_CONTROLLER_GT911)
|
||||
#include "gt911.h"
|
||||
#elif defined (CONFIG_LV_TOUCH_CONTROLLER_CST816)
|
||||
#include "CST816.h"
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue