From bcf5d79cb4f868270d9f564a92a080e07280b67b Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sun, 16 Oct 2022 10:51:22 +0200 Subject: [PATCH] Update ROADMAP.md --- docs/ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index a15b3f4b5..1e5a25303 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -88,7 +88,7 @@ ## Ideas - Consider direct binary font format support -- Improve groups. [Discussion](https://forum.lvgl.io/t/lv-group-tabindex/2927/3). Reconsider focusing logic. Allow having no widget selected (on web it's possible) +- Improve groups. [Discussion](https://forum.lvgl.io/t/lv-group-tabindex/2927/3). Reconsider focusing logic. Allow having no widget selected (on web it's possible). Keep editing state in `lv_obj_t` (See [here](https://github.com/lvgl/lvgl/issues/3646)) - lv_mem_alloc_aligned(size, align) - Speed up font decompression - Support larger images: add support for large image #1892