From 8175e4e723a712d6963781c79bd30abbdab3bf06 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sun, 5 Nov 2017 01:05:09 +0100 Subject: [PATCH] Update TODO_MINOR.md --- docs/TODO_MINOR.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/TODO_MINOR.md b/docs/TODO_MINOR.md index 3b41ae45b2..285cd1561e 100644 --- a/docs/TODO_MINOR.md +++ b/docs/TODO_MINOR.md @@ -7,8 +7,6 @@ Please create an issue to suggest a new feature instead of adding pull request t ## Ideas Here are ideas which are not assigned to a minor version yet: - label: add a horzintal line (e.g. underline or line through). -- GUI remote control -- automatically build GUI from file (e.g. XML, JSON or HTML) ## v4.3 (in progress) - [x] UTF-8 support @@ -20,6 +18,7 @@ Here are ideas which are not assigned to a minor version yet: - [x] lv_kb: new object type, Keyboard - [x] lv_btnm: lv_btnm_set_tgl() to toggle last button - [x] lv_ta: cursor types +- [ ] add themes with predefined styles ## v4.2 (released at: 17.08.2017) - [x] Double VDB support: one for rendering, another to transfer former rendered image to frame buffer in the background (e.g. with DMA) [#15](https://github.com/littlevgl/lvgl/issues/15)