From e9805c98d50d366e6a6563f0c47915eb0cb298bf Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 23 Jan 2018 11:22:51 +0100 Subject: [PATCH] Update TODO_MAJOR.md --- docs/TODO_MAJOR.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/TODO_MAJOR.md b/docs/TODO_MAJOR.md index 8d75a2f6d..2db5c75a1 100644 --- a/docs/TODO_MAJOR.md +++ b/docs/TODO_MAJOR.md @@ -4,6 +4,18 @@ Major versions released typically when API changes are required ## Contributing Please create an issue to suggest a new feature instead of adding pull request to this file. + +## v6 (released at: in progrss) +- [ ] Add the basc functions (e.g. lv_obj_set_width) to very object type as inline +- [ ] Image storage with header (#65) +- [ ] Font anti-alias: use 1 bit and grayscale fonts too (better result then downscaling) +- [ ] LV_ANTIALAIAS_FONT reomval (use other font instead) +- [ ] Store image anti-alias in header +- [ ] lv_img_upscale removal (Generate image with anti-alias flag) +- [ ] LV_ANTIALIAS_LINE +- [ ] LV_ANTIALAIS_RADIUS +- [ ] LV_ANTIALIAS removal (use other specific anti-alias options) + ## v5 (released at: 20.12.2017) **Architectural changes** - [x] Rename repository from *proj_pc* to *pc_simulator*