#ifdefined__has_include# if__has_include("lv_conf.h")# include"lv_conf.h"# else# include"lv_conf_internal.h"# endif#endif or this also works (I think it's much clearer): #if!defined(LV_CONF_SKIP)#include"lv_conf.h"#else#include"lv_conf_internal.h"#endif ...
The same lv_conf.h should work on PC and an embedded device too. Kconfig needs to be supported. Solution outline Keep lv_conf.h but move the followings to lv_platform_conf.h: LV_CONF_SKIP in Kconfig: I think we can set it to y unconditionally as we can assume that if there is Kc...
#ifdef CONFIG_LV_CONF_SKIP #define LV_CONF_SKIP #endif #endif /*If "lv_conf.h" is available from here try to use it later.*/ #ifdef __has_include #if __has_include("lv_conf.h") #ifndef LV_CONF_INCLUDE_SIMPLE #define LV_CONF_INCLUDE_SIMPLE ...
lv_conf.h是一个用户级别的文件不同工程可以有不同的lv_conf.h 1、lv_conf.h文件介绍 包含10个板块, lv_conf.h可以再下图中位置找到,并打开。 正点原子PC模拟器仓库:https://gitee.com/yuan-zhenbin/lvgl-code-reposito
fix typos and add more keywordsAdd PlatformIO library configadd LV_LVGL_H_INCLUDE_SIMPLEMerge pull request #68 from rdsantos18/masterfix typosadd LV_DRV_NO_CONF to UC1610Merge branch 'master' of https://github.com/littlevgl/lv_driversadd LV_DRV_NO_CONF to skip lv_drv_conf.hMerge pull ...
CONFIG_LV_CONF_SKIP=y CONFIG_LV_HOR_RES_MAX=320 CONFIG_LV_VER_RES_MAX=240 # CONFIG_LV_COLOR_DEPTH_32 is not set CONFIG_LV_COLOR_DEPTH_16=y # CONFIG_LV_COLOR_DEPTH_8 is not set # CONFIG_LV_COLOR_DEPTH_1 is not set CONFIG_LV_COLOR_DEPTH=16 CONFIG_LV_COLOR_16_SWAP...
68LV_CHART_AXIS_SKIP_LAST_TICK = 0x00, 69LV_CHART_AXIS_DRAW_LAST_TICK = 0x01 70}; 71typedefuint8_t lv_chart_axis_options_t; 72 73typedefstruct 74{ 75constchar* list_of_values; 76lv_chart_axis_options_t options; 77uint8_t num_tick_marks; ...
[]) --disable-content-trust Skip image verification (default true) --entrypoint string Overwrite the default ENTRYPOINT of the image --group-add value Add additional groups to join (default []) --help Print usage -l, --label value Set meta data on a container (default []) --label-...
require.NotNil(t, err,"Shouldn't accept a non-confoirming skipblock") log.Lvl1("Creating skipblock with same Roster as root") sbInter, err := makeGenesisRosterArgs(service, elRoot, sbRoot.Hash, VerifyShard,1,1) log.ErrFatal(err) ...
skip=BLOCKS:从开头忽略blocks个ibs大小的块 seek=BLOCKS:从开头忽略blocks个obs大小的块 conv=conversion[,conversion...]:用指定的参数转换文件。 转换参数: ascii:转换EBCDIC为ASCII。 ebcdic:转换ASCII为EBCDIC。 block:把每一行转换为长度为cbs的记录,不足部分用空格填充。