1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Update TODO_PATCH.md

This commit is contained in:
Gabor Kiss-Vamosi 2018-03-22 14:42:56 +01:00 committed by GitHub
parent 779cac9b77
commit 9b2de5f215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,10 @@ The bugfixes of the still not released version are in `beta` branche.
Please create an issue to introduce a bug instead of adding pull request to this file.
## 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
- [x] lv_line: set line.width ext. size to not trim parts on x = 0, y = 0 coordinates
- [x] lv_conf.h: add LV_COMPILER_VLA_SUPPORTED
- [x] lv_group_create: init focus_cb
- [x] 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)