1 Star 1 Fork 39

IOT_study / lv_100ask_linux_desktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lv_100ask_app_conf.h 731 Bytes
一键复制 编辑 原始数据 按行查看 历史
周岳标 提交于 2021-11-08 16:04 . first commit
/**
* @file lv_100ask_app_conf.h
* Configuration file for v1.0.0
*
*/
/*
* COPY THIS FILE AS lv_100ask_app_conf.h
*/
/* clang-format off */
#if 1 /*Set it to "1" to enable the content*/
#ifndef LV_100ASK_APP_CONF_H
#define LV_100ASK_APP_CONF_H
/*******************
* GENERAL SETTING
*******************/
/*********************
* DEMO USAGE
*********************/
/******************** 通用APP **********************/
/* [General] 计算器 */
#define LV_USE_100ASK_APP_CALC 0
/* [General] 2048小游戏 */
#define LV_USE_100ASK_APP_2048 0
/* [General] 数字对拼图小游戏 */
#define LV_USE_100ASK_APP_MEMORY 0
#endif /*LV_100ASK_APP_CONF_H*/
#endif /*End of "Content enable"*/
C
1
https://gitee.com/iot_study/lv_100ask_linux_desktop.git
git@gitee.com:iot_study/lv_100ask_linux_desktop.git
iot_study
lv_100ask_linux_desktop
lv_100ask_linux_desktop
master

搜索帮助