代码拉取完成,页面将自动刷新
同步操作将从 韦东山/lv_lib_100ask 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/**
* @file lv_lib_100ask.h
*
*/
#ifndef LV_LIB_100ASK_H
#define LV_LIB_100ASK_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#else
#include "../lvgl/lvgl.h"
#endif
#if defined(LV_LIB_100ASK_CONF_PATH)
#define __LV_TO_STR_AUX(x) #x
#define __LV_TO_STR(x) __LV_TO_STR_AUX(x)
#include __LV_TO_STR(LV_LIB_100ASK_CONF_PATH)
#undef __LV_TO_STR_AUX
#undef __LV_TO_STR
#elif defined(ESP_PLATFORM)
#include "lv_lib_100ask_conf_internal.h"
#elif defined(LV_LIB_100ASK_CONF_INCLUDE_SIMPLE)
#include "lv_lib_100ask_conf.h"
#else
#include "../lv_lib_100ask_conf.h"
#endif
/*lv_100ask_page_manager*/
#include "src/lv_100ask_page_manager/lv_100ask_page_manager.h"
#include "examples/lv_100ask_page_manager/lv_100ask_example_page_manager.h"
/*lv_100ask_pinyin_ime*/
#include "src/lv_100ask_pinyin_ime/lv_100ask_pinyin_ime.h"
#include "examples/lv_100ask_pinyin_ime/lv_100ask_example_pinyin_ime.h"
/*lv_100ask_screenshot*/
#include "src/lv_100ask_screenshot/lv_100ask_screenshot.h"
#include "examples/lv_100ask_screenshot/lv_100ask_example_screenshot.h"
/*lv_100ask_sketchpad*/
#include "src/lv_100ask_sketchpad/lv_100ask_sketchpad.h"
#include "examples/lv_100ask_sketchpad/lv_100ask_example_sketchpad.h"
/*lv_100ask_calc*/
#include "src/lv_100ask_calc/lv_100ask_calc.h"
#include "examples/lv_100ask_calc/lv_100ask_example_calc.h"
/*lv_100ask_memory_game*/
#include "src/lv_100ask_memory_game/lv_100ask_memory_game.h"
#include "examples/lv_100ask_memory_game/lv_100ask_example_memory_game.h"
/*lv_100ask_2048*/
#include "src/lv_100ask_2048/lv_100ask_2048.h"
#include "examples/lv_100ask_2048/lv_100ask_example_2048.h"
/*lv_100ask_file_explorer*/
#include "src/lv_100ask_file_explorer/lv_100ask_file_explorer.h"
#include "examples/lv_100ask_file_explorer/lv_100ask_example_file_explorer.h"
/*Game simulator*/
/*lv_100ask_nes*/
#include "src/lv_100ask_nes/lv_100ask_nes.h"
#include "examples/lv_100ask_nes/lv_100ask_example_nes.h"
/*********************
* DEFINES
*********************/
/*Test lvgl version*/
#if (LV_VERSION_CHECK(9, 1, 0) == 0) || (LV_VERSION_CHECK(9, 1, 1) == 0)
#error "lv_lib_100ask: Wrong lvgl version"
#endif
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
/**********************
* MACROS
**********************/
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_LIB_100ASK_H*/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。