This commit is contained in:
Gabor Kiss-Vamosi
2017-11-21 14:52:23 +01:00
parent 2f896ab068
commit 22f9c69fc1
6 changed files with 12 additions and 17 deletions

View File

@@ -53,7 +53,6 @@ typedef struct {
/*Initialized by the user and registered by 'lv_indev_add()'*/
typedef struct {
const char * name; /*Input device name*/
lv_hal_indev_type_t type; /*Input device type*/
bool (*get_data)(lv_indev_data_t *data); /*Function pointer to read data. Return 'true' if there is still data to be read (buffered)*/
}lv_indev_drv_t;

View File

@@ -6,7 +6,7 @@
/*********************
* INCLUDES
*********************/
#include <lvgl/lv_hal/lv_hal_tick.h>
#include "lv_hal_tick.h"
#include <stddef.h>
/*********************