From 35c0b17b810801280d79e6aac52f402fcf7cf830 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 20 Jul 2022 11:34:04 +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 f4f464bce..5787c070a 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -12,7 +12,7 @@ - [ ] Update canvas API (https://github.com/lvgl/lvgl/issues/3393) - [x] `LV_STYLE_PROP_INHERIT` -> `LV_STYLE_PROP_FLAG_INHERITABLE` [LINK](https://github.com/lvgl/lvgl/pull/3390#discussion_r885915769) - [ ] Replace `disp_drv->direct_mode/full_refresh` with enum. -- [ ] Consider flat directory structure. E.g. `extra/widgets` to `widgets` +- [x] Consider flat directory structure. E.g. `extra/widgets` to `widgets` - [ ] Rename `disp_drv->monitor_cb` to `render_completed/finished/ready` ### Architecture