Ai
1 Star 0 Fork 0

KiRam/lvgl_editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
example_gen.h 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
kisvegabor 提交于 2024-12-19 21:23 +08:00 . update gen files
/**
* @file example_gen.h
*
*/
#ifndef EXAMPLE_GEN_H
#define EXAMPLE_GEN_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "lvgl/lvgl.h"
/*Include all the widget and components of this library*/
#include "widgets/dark_slider/dark_slider.h"
#include "widgets/slider_box/slider_box.h"
#include "components/headings/h1_gen.h"
#include "components/headings/h2_gen.h"
#include "components/headings/h3_gen.h"
#include "components/buttons/button_default_gen.h"
#include "components/buttons/button_error_gen.h"
#include "components/buttons/button_warning_gen.h"
#include "components/home_gen.h"
#include "components/scratchpad_gen.h"
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL VARIABLES
**********************/
/*Fonts*/
extern lv_font_t * inter_sm;
extern lv_font_t * inter_md;
extern lv_font_t * inter_xl;
/**********************
* GLOBAL PROTOTYPES
**********************/
/**
* Initialize the component library
*/
void example_init_gen(void);
/**********************
* MACROS
**********************/
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif /*EXAMPLE_GEN_H*/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kiram/lvgl_editor.git
git@gitee.com:kiram/lvgl_editor.git
kiram
lvgl_editor
lvgl_editor
master

搜索帮助