9 Star 67 Fork 41

韦东山 / stm32f103-lvgl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lv_port_indev.h 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
周岳标 提交于 2021-08-26 14:46 . first commit
/**
* @file lv_port_indev_templ.h
*
*/
/*Copy this file as "lv_port_indev.h" and set this value to "1" to enable content*/
#if 1
#ifndef LV_PORT_INDEV_H
#define LV_PORT_INDEV_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "../lvgl/lvgl.h"
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
/**********************
* MACROS
**********************/
extern void lv_port_indev_init(void);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_PORT_INDEV_TEMPL_H*/
#endif /*Disable/Enable content*/
1
https://gitee.com/weidongshan/stm32f103-lvgl.git
git@gitee.com:weidongshan/stm32f103-lvgl.git
weidongshan
stm32f103-lvgl
stm32f103-lvgl
master

搜索帮助