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 [Nyx] Introducing hekate GUI, named Nyx! 2019-06-30 04:03:00 +03:00
lv_core refactor: Remove all unwanted whitespace 2019-10-18 18:02:06 +03:00
lv_draw [Nyx] Introducing hekate GUI, named Nyx! 2019-06-30 04:03:00 +03:00
lv_fonts Move all I/DRAM addresses into a memory map 2019-12-08 02:23:03 +02:00
lv_hal [Nyx] Introducing hekate GUI, named Nyx! 2019-06-30 04:03:00 +03:00
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 [Nyx] Introducing hekate GUI, named Nyx! 2019-06-30 04:03:00 +03:00
lv_version.h [Nyx] Introducing hekate GUI, named Nyx! 2019-06-30 04:03:00 +03:00
lvgl.h [Nyx] Introducing hekate GUI, named Nyx! 2019-06-30 04:03:00 +03:00
lvgl.mk [Nyx] Introducing hekate GUI, named Nyx! 2019-06-30 04:03:00 +03:00