Move st7796 driver file into lvgl_tft folder.
Add missing Kconfig options. Fix ft6x36 compilation error.
This commit is contained in:
parent
2b7fec33a7
commit
446bed67bd
4 changed files with 11 additions and 2 deletions
|
@ -21,7 +21,13 @@
|
|||
|
||||
#define __FT6X06_H
|
||||
|
||||
#include <lvgl/src/lv_hal/lv_hal.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
|
||||
#include "lvgl.h"
|
||||
#else
|
||||
#include "lvgl/lvgl.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue