1
0
mirror of https://github.com/CTCaer/hekate.git synced 2024-12-26 18:15:20 +00:00
hekate/nyx/nyx_gui/libs/lvgl
CTCaer a39ba2cd71 lvgl: Fix edge case in lv_label_set_text
This fixes an edge case where the original label set was done with set_static_text, the next one with set_text and the text is at the same address.

The incomplete check would think that the text resides on heap and it would reallocate it as such, effectively corrupting .data on the next sets.
2020-03-22 04:48:50 +02:00
..
docs
lv_core refactor: Remove all unwanted whitespace 2019-10-18 18:02:06 +03:00
lv_draw
lv_fonts Move all I/DRAM addresses into a memory map 2019-12-08 02:23:03 +02:00
lv_hal
lv_misc Update and add missing copyrights 2020-03-14 09:24:24 +02:00
lv_objx lvgl: Fix edge case in lv_label_set_text 2020-03-22 04:48:50 +02:00
lv_themes refactor: Remove all unwanted whitespace 2019-10-18 18:02:06 +03:00
licence.txt
lv_version.h
lvgl.h
lvgl.mk