Update TODO_PATCH.md

This commit is contained in:
Gabor Kiss-Vamosi
2018-03-22 14:42:41 +01:00
committed by GitHub
parent 9f72ca2329
commit 779cac9b77

View File

@@ -8,6 +8,9 @@ Please create an issue to introduce a bug instead of adding pull request to this
## v5.1.1 (in progress)
- [ ] lv_line: set line.width ext. size to not trim parts on x = 0, y = 0 coordinates
- [ ] lv_conf.h: add LV_COMPILER_VLA_SUPPORTED
- [ ] lv_group_create: init focus_cb
- [ ] fix of 16 bit image drawing with alpha bytes
## v5.0.3 (released on: 09.03.2018)
- [x] lv_chart: Fix the use of point_num more then 256 (Thanks to upbeat27)