From 694d9eff199ab9725b325e752003a72bb911e936 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 31 Aug 2020 11:06:04 +0200 Subject: [PATCH] Update ROADMAP.md --- docs/ROADMAP.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 9b5914e58..889b19fa6 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -21,8 +21,6 @@ Planned to September/October 2020 - Work in progress - Simplified File system interface ([feat/new_fs_api](https://github.com/lvgl/lvgl/tree/feat/new-fs-api) branch) to make porting easier - Work in progress -- Add new label alignment modes - - See [#1656](https://github.com/lvgl/lvgl/issues/1656) - Remove the align parameter from `lv_canvas_draw_text` ## v9 @@ -37,3 +35,4 @@ Planned to September/October 2020 - Need coverage report for tests - Need static analize (via coverity.io or somehing else) - Support dot_begin and dot_middle long modes for labels +- Add new label alignment modes. [#1656](https://github.com/lvgl/lvgl/issues/1656)