Indev: Add support for GT911 touch driver by @dastarling
This commit is contained in:
parent
d379a4e851
commit
f726311525
4 changed files with 57 additions and 0 deletions
|
@ -32,6 +32,8 @@ extern "C" {
|
|||
#include "FT81x.h"
|
||||
#elif defined (CONFIG_LV_TOUCH_CONTROLLER_RA8875)
|
||||
#include "ra8875_touch.h"
|
||||
#elif defined (CONFIG_LV_TOUCH_CONTROLLER_GT911)
|
||||
#include "gt911.h"
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue