1 Star 0 Fork 44

廖佑华/stm32f103-lvgl

forked from 韦东山/stm32f103-lvgl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lv_port_disp.h 729 Bytes
一键复制 编辑 原始数据 按行查看 历史
周岳标 提交于 2021-08-26 14:46 . first commit
/**
* @file lv_port_disp_templ.h
*
*/
/*Copy this file as "lv_port_disp.h" and set this value to "1" to enable content*/
#if 1
#ifndef LV_PORT_DISP_H
#define LV_PORT_DISP_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "../lvgl/lvgl.h"
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
/**********************
* MACROS
**********************/
extern void lv_port_disp_init(void);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_PORT_DISP_TEMPL_H*/
#endif /*Disable/Enable content*/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LiaoYouHua/stm32f103-lvgl.git
git@gitee.com:LiaoYouHua/stm32f103-lvgl.git
LiaoYouHua
stm32f103-lvgl
stm32f103-lvgl
master

搜索帮助