2018-12-31 18:19:38 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @file lv_port_indev_templ.h
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-01-13 05:28:34 +01:00
|
|
|
/*Copy this file as "lv_port_indev.h" and set this value to "1" to enable content*/
|
2018-12-31 18:19:38 +01:00
|
|
|
#if 0
|
|
|
|
|
|
|
|
#ifndef LV_PORT_INDEV_TEMPL_H
|
|
|
|
#define LV_PORT_INDEV_TEMPL_H
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/*********************
|
|
|
|
* INCLUDES
|
|
|
|
*********************/
|
|
|
|
#include "lvgl/lvgl.h"
|
|
|
|
|
|
|
|
/*********************
|
|
|
|
* DEFINES
|
|
|
|
*********************/
|
|
|
|
|
|
|
|
/**********************
|
|
|
|
* TYPEDEFS
|
|
|
|
**********************/
|
|
|
|
|
|
|
|
/**********************
|
|
|
|
* GLOBAL PROTOTYPES
|
|
|
|
**********************/
|
|
|
|
|
|
|
|
/**********************
|
|
|
|
* MACROS
|
|
|
|
**********************/
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
2021-03-15 02:03:27 +08:00
|
|
|
} /*extern "C"*/
|
2018-12-31 18:19:38 +01:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /*LV_PORT_INDEV_TEMPL_H*/
|
|
|
|
|
|
|
|
#endif /*Disable/Enable content*/
|