代码拉取完成,页面将自动刷新
/**
* @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*/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。