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

Update CHANGELOG.md

This commit is contained in:
Themba Dube 2020-08-25 07:38:08 -04:00
parent 7ca806ddff
commit 350269c3d4

View File

@ -9,6 +9,7 @@
- Add `lv_font_load()` function - Loads a `lv_font_t` object from a binary font file
- Add `lv_font_free()` function - Frees the memory allocated by the `lv_font_load()` function
- Add style caching to reduce acces time of properties with default value
- Add `clean_dcache_cb` and `lv_disp_clean_dcache` to enable users to use their own cache management function
### Bugfixes
- Fix color bleeding on border drawing