Add initial touch screen support
This commit is contained in:
parent
85ae941c19
commit
cf9dc33ca6
4 changed files with 189 additions and 1 deletions
48
include/lv_ctr_indev.h
Normal file
48
include/lv_ctr_indev.h
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
|
||||
/**
|
||||
* @file lv_ctr_indev.h
|
||||
*
|
||||
*/
|
||||
|
||||
#if 1
|
||||
|
||||
#ifndef LV_CTR_INDEV_H
|
||||
#define LV_CTR_INDEV_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
|
||||
#include "lvgl.h"
|
||||
#else
|
||||
#include "lvgl/lvgl.h"
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
||||
/**********************
|
||||
* TYPEDEFS
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
void lv_ctr_indev_init(void);
|
||||
|
||||
/**********************
|
||||
* MACROS
|
||||
**********************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /*extern "C"*/
|
||||
#endif
|
||||
|
||||
#endif /*LV_CTR_INDEV_H*/
|
||||
|
||||
#endif /*Disable/Enable content*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue