added the implementation of CST816 touch sensor

This commit is contained in:
Bassam 2022-08-07 00:31:06 +03:00
parent 26fe6e7703
commit ed2860239f
7 changed files with 247 additions and 1 deletions

View file

@ -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
/*********************