hekate/nyx
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
..
nyx_gui lvgl: Fix edge case in lv_label_set_text 2020-03-22 04:48:50 +02:00
resources Bugfixes and cleanup 2019-07-06 22:08:37 +03:00
Makefile Fix building on make 4.3 2020-03-04 01:34:35 +02:00
README_RES.md [Nyx] Introducing hekate GUI, named Nyx! 2019-06-30 04:03:00 +03:00