From 5a0006cd3c48f8cfa16abf6bb28d659f2408a14a Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 29 Sep 2020 09:33:57 +0200 Subject: [PATCH] Update ROADMAP.md --- docs/ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index edad72f1b..cbae70459 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -31,6 +31,7 @@ Planned to September/October 2020 - Unit testing (gtest?). See [#1658](https://github.com/lvgl/lvgl/issues/1658) - Benchmarking (gem5?). See [#1660](https://github.com/lvgl/lvgl/issues/1660) - Consider direct binary font format support +- Remove the copy paramter from create functions ## Ideas - Text node. See [#1701](https://github.com/lvgl/lvgl/issues/1701#issuecomment-699479408)