From 86b17ccdaaca566d9e102e8c15fabb21c16f7ac9 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sat, 21 Oct 2023 00:51:15 +0200 Subject: [PATCH] Update ROADMAP.rst --- docs/ROADMAP.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ROADMAP.rst b/docs/ROADMAP.rst index 341987f64..bd0db37aa 100644 --- a/docs/ROADMAP.rst +++ b/docs/ROADMAP.rst @@ -47,7 +47,7 @@ Architecture - |check| More color formats: 24 bit, ARGB1555, ARGB4444 etc (see `here `__) - |check| Unified caching #3116 #3415 -- |uncheck| Variable binding. I.e create properties which can be bound to objects and those objects are notified on value change. Maybe based on `lv_msg`? +- |check| Variable binding. I.e create properties which can be bound to objects and those objects are notified on value change. Maybe based on `lv_msg`? - |uncheck| Add GPU abstraction for display rotation - |check| Replace the `read_line_cb` of the image decoders with `get_area_cb` - |check| Limit the image caching size in bytes instead of image count @@ -58,7 +58,7 @@ Styles ~~~~~~ - |uncheck| Make `style_bg_img` support `9patch` images -- |uncheck| non-uniform scale of images: scale width and height differently +- |check| non-uniform scale of images: scale width and height differently - |uncheck| Scroll anim settings should come from styles to allow customization Widgets @@ -71,7 +71,7 @@ Widgets - |uncheck| `lv_label` reconsider label long modes. (support min/max-width/height too) #3420 - |uncheck| `lv_roller` make it more flexible #4009 (see `here `__ and #4043) -- |uncheck| Disabled widgets should absorb indev actions without sending events. `#3860 `__ +- |check| Disabled widgets should absorb indev actions without sending events. `#3860 `__ Drawing and rendering ~~~~~~~~~~~~~~~~~~~~~