Insights Additional navigation options Files release/v8.3 .github demos docs env_support examples scripts src core draw extra font hal misc widgets lv_api_map.h lv_conf_internal.h lv_conf_kconfig.h lvgl.h tests .codecov.yml .editorconfig ...
2 changes: 1 addition & 1 deletion 2 src/lv_conf_internal.h Show comments View file Edit file Delete file Original file line numberDiff line numberDiff line change @@ -122,7 +122,7 @@ #ifdef CONFIG_LV_MEM_SIZE #define LV_MEM_SIZE CONFIG_LV_MEM_SIZE #else #define LV_MEM_SIZE...
* Make sure all the defines of lv_conf.h have a default value **/ #ifndef LV_CONF_INTERNAL_H #define LV_CONF_INTERNAL_H /*clang-format off*/ #include <stdint.h> /* Handle special Kconfig options */ #ifndef LV_KCONFIG_IGNORE # include "lv_conf_kconfig.h" # ifdef ...
这个lv_font_simsun_16_cjk字库只有1000个常用字和部首偏旁。在 ~/esp442/esp32_lvgl833/components/lvgl/src/lv_conf_internal.h 中有说明: #ifndefLV_FONT_SIMSUN_16_CJK#ifdefCONFIG_LV_FONT_SIMSUN_16_CJK#defineLV_FONT_SIMSUN_16_CJK CONFIG_LV_FONT_SIMSUN_16_CJK#else#defineLV_FONT_SIMSUN_16_CJK...
仓库 a2e17073 lv_conf_internal.h67.7 KB 编辑
将LVGL展开,找到配置头文件lv_conf_cmsis.h: 该文件其实就是LVGL官方移植文档中所提到的lv_conf.h,它是基于lv_conf_template.h修改而来。值得说明的是,一些模块的开关宏都被删除了,例如: 代码语言:javascript 代码运行次数:0 运行 AI代码解释 LV_USE_GPU_ARM2DLV_USE_GPU_STM32_DMA2DLV_USE_GPU_NXP_PXP…...
The internal (variable) and external images support 2 transparency handling methods: Chroma-keying- Pixels withLV_COLOR_CHROMA_KEY(lv_conf.h) color will be transparent. Alpha byte- An alpha byte is added to every pixel that contains the pixel’s opacity ...
这个lv_font_simsun_16_cjk字库只有1000个常用字和部首偏旁。在 ~/esp442/esp32_lvgl833/components/lvgl/src/lv_conf_internal.h 中有说明: #ifndef LV_FONT_SIMSUN_16_CJK#ifdef CONFIG_LV_FONT_SIMSUN_16_CJK#define LV_FONT_SIMSUN_16_CJK CONFIG_LV_FONT_SIMSUN_16_CJK#else#define LV_FONT_SIMSUN_...
* @file lv_conf.h * Configuration file for v9.3.0-dev */ /* * Copy this file as `lv_conf.h` * 1. simply next to `lvgl` folder * 2. or to any other place and * - define `LV_CONF_INCLUDE_SIMPLE`; * - add the path as an include path. */ /* clang-format...
实现功能:前提:confMember是sysUser的子集。实现:1、将confMember中的人员的isChecked=true;2、将除了conMember的sysUser数据拼装到;3、将拼装的参数对应到conMember中,返回拼装好的conMemberList。 java开发笔记 原创 mb60ee95e15ce6d 2021-07-15 10:18:26 ...