hekate/nyx/nyx_gui/libs
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
..
compr refactor: Remove all unwanted whitespace 2019-10-18 18:02:06 +03:00
elfload nyx: Release the shackles 2019-12-07 20:16:38 +02:00
fatfs Move all I/DRAM addresses into a memory map 2019-12-08 02:23:03 +02:00
lvgl lvgl: Fix edge case in lv_label_set_text 2020-03-22 04:48:50 +02:00
lv_conf.h Small fixes and changes 2020-03-03 04:11:13 +02:00