Searched full:kconfig (Results 1 – 12 of 12) sorted by relevance
234 - fix(Kconfig): fix wrong type of LV_FS_STDIO_CACHE_SIZE (v8.3) [`3906`](https://github.com/lvgl/lv…450 - fix(config): add LV_LAYER_SIMPLE_BUF_SIZE to Kconfig [`3312`](https://github.com/lvgl/lvgl/pull/3…457 - fix(Kconfig): change the type of LV_FS_STDIO_LETTER from string to int [`3282`](https://github.co…460 - fix(Kconfig): Add LV_USE_GRIDNAV and LV_USE_FRAGMENT to Kconfig [`3270`](https://github.com/lvgl/…497 - fix(Kconfig): move LV_USE_IMGFONT to others menu [`3176`](https://github.com/lvgl/lvgl/pull/3176)501 - fix(Kconfig): add missing LV_USE_THEME_MONO [`3146`](https://github.com/lvgl/lvgl/pull/3146)504 - fix(script): in lv_conf_internal fix some widget dependencies when using Kconfig [`3119`](https:/…556 - fix(Kconfig): allow unchecking LV_CONF_SKIP [`f3a07a3`](https://github.com/lvgl/lvgl/commit/f3a07…688 - feat(Kconfig): add FreeType config [`2846`](https://github.com/littlevgl/lvgl/pull/2846)691 - feat(Kconfig): add monitor position configuration [`2834`](https://github.com/littlevgl/lvgl/pull…[all …]
35 /* Handle special Kconfig options */105 …#If the value should be 1 (enabled) by default use a more complex structure for Kconfig checks bec…110 #2. In Kconfig environment use the CONFIG_... value if set, else use 0111 #3. In not Kconfig environment use the LVGL's default value128 #2. Use the Kconfig value if set
55 …Kconfig` and `menuconfig`. You can use `lv_conf.h` together with Kconfig, but keep in mind that t…
5 kconfig: Kconfig
98 if path.exists("Kconfig"):99 cmd("sed -i -r 's/v[0-9]+\.[0-9]+\.[0-9]+.*/" + ver_str + "/' Kconfig")
1 /** * @file lv_conf_kconfig.h * Configs that need special handling when LVGL is used with Kconfig */93 * NOTE: In Kconfig instead of `LV_DEFAULT_FONT`
13 /* Handle special Kconfig options */
52 … gperf git libncurses5-dev libtool libusb-dev libusb-1.0.0-dev pkg-config kconfig-frontends openocd
115 - [Zephyr library](https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LVGL.html)
112 - [Zephyr library](https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LVGL.html)
128 - [Zephyr library](https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LVGL.html)
1 # Kconfig file for LVGL v8.4