Files
arcs/arcs-sdk/modules/lvgl/porting/lv_port_indev.h
2026-08-13 16:50:52 +08:00

48 lines
794 B
C

/**
* @file lv_port_indev.h
*
*/
/*Copy this file as "lv_port_indev.h" and set this value to "1" to enable content*/
#include "lisa_device.h"
#if 1
#ifndef LV_PORT_INDEV_TEMPL_H
#define LV_PORT_INDEV_TEMPL_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "lvgl.h"
#include "lisa_touch.h"
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
/**********************
* MACROS
**********************/
void lv_port_indev_init(lisa_device_t *touch_dev);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_PORT_INDEV_TEMPL_H*/
#endif /*Disable/Enable content*/