From 7cf2cf07567461b08f45c2478622d1656d6f497f Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 5 Mar 2018 14:16:53 +0100 Subject: [PATCH] Update TODO_MINOR.md --- docs/TODO_MINOR.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/TODO_MINOR.md b/docs/TODO_MINOR.md index a9bea8671..b1bb772b0 100644 --- a/docs/TODO_MINOR.md +++ b/docs/TODO_MINOR.md @@ -25,7 +25,8 @@ Here are ideas which are not assigned to a minor version yet: - [ ] Arabic glyph convert (based on letter position) - [ ] Right-to-left write support - [ ] Bit based VDB: 1, 2 or 4 bit -- [ ] lv_icon: new object type: an image wich acts as a button (different image for different states) +- [ ] lv_icon: new object type: an image wich acts as a button +- [ ] lv_table: new object type: a table with rows and colums - [ ] triangle drawing - [ ] user defined error callback - [ ] Support more character coding (e.g. UTF8, UTF16 etc)