From 17ab0518c76376077ceb1b326914b981534f2e78 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 2 Nov 2023 06:56:09 +0100 Subject: [PATCH] chore: update ROADMAP.rst --- docs/ROADMAP.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ROADMAP.rst b/docs/ROADMAP.rst index 5a95d9dd4..edec4d3d7 100644 --- a/docs/ROADMAP.rst +++ b/docs/ROADMAP.rst @@ -21,7 +21,7 @@ Naming and API `LINK `__ - |check| Replace `disp_drv->direct_mode/full_refresh` with enum. - |check| Consider flat directory structure. E.g. `extra/widgets` to `widgets` -- |uncheck| Use `uint32_t` and `int32_t` in APIs where possible. Consider hardcoding `int32_t` as `int32_t`. +- |check| Use `uint32_t` and `int32_t` in APIs where possible. Consider hardcoding `int32_t` as `int32_t`. - |check| To define a new stdlib API use defines `LV_USE_CUSTOM_...` and let the user implement `lv_...` functions somewhere (instead of defining the name of the custom functions) (see `here `__) @@ -59,7 +59,7 @@ Architecture Styles ~~~~~~ -- |uncheck| Make `style_bg_img` support `9patch` images +- |uncheck| Make `style_bg_img` `LV_PART_BACKGROUNG` - |check| non-uniform scale of images: scale width and height differently - |uncheck| Scroll anim settings should come from styles to allow customization