1 Star 0 Fork 0

sniper15 / pc_simulator_sdl_eclipse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lv_ex_conf.h 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
kisvegabor 提交于 2019-06-06 06:07 . submodule update
/**
* @file lv_ex_conf.h
*
*/
#ifndef LV_EX_CONF_H
#define LV_EX_CONF_H
/*******************
* GENERAL SETTING
*******************/
#define LV_EX_PRINTF 1 /*Enable printf-ing data*/
#define LV_EX_KEYBOARD 1 /*Add PC keyboard support to some examples (`lv_drvers` repository is required)*/
#define LV_EX_MOUSEWHEEL 1 /*Add 'encoder' (mouse wheel) support to some examples (`lv_drivers` repository is required)*/
/*******************
* TEST USAGE
*******************/
#define LV_USE_TESTS 1
/*******************
* TUTORIAL USAGE
*******************/
#define LV_USE_TUTORIALS 1
/*********************
* APPLICATION USAGE
*********************/
/* Test the graphical performance of your MCU
* with different settings*/
#define LV_USE_BENCHMARK 1
/*A demo application with Keyboard, Text area, List and Chart
* placed on Tab view */
#define LV_USE_DEMO 1
#if LV_USE_DEMO
#define LV_DEMO_WALLPAPER 1 /*Create a wallpaper too*/
#define LV_DEMO_SLIDE_SHOW 0 /*Automatically switch between tabs*/
#endif
/*MCU and memory usage monitoring*/
#define LV_USE_SYSMON 1
/*A terminal to display received characters*/
#define LV_USE_TERMINAL 1
/*Touch pad calibration with 4 points*/
#define LV_USE_TPCAL 1
#endif /*LV_EX_CONF_H*/
C
1
https://gitee.com/sniper15/pc_simulator_sdl_eclipse.git
git@gitee.com:sniper15/pc_simulator_sdl_eclipse.git
sniper15
pc_simulator_sdl_eclipse
pc_simulator_sdl_eclipse
master

搜索帮助