hekate/nyx/nyx_gui
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
..
config Update and add missing copyrights 2020-03-14 09:24:24 +02:00
frontend Bugfixes 2020-03-21 22:28:50 +02:00
gfx gfx: Fix off-by-one in right half of 16px rendering 2019-12-16 21:49:54 +02:00
hos hos: Fix pkg2 keygen with newer sept 2019-12-08 18:32:09 +02:00
ianos mem: Remove memalign 2019-08-28 02:08:12 +03:00
input touch: Add Tuning Calibration 2020-03-21 22:03:51 +02:00
libs lvgl: Fix edge case in lv_label_set_text 2020-03-22 04:48:50 +02:00
mem minerva: More protections 2020-03-21 22:10:06 +02:00
power Update and add missing copyrights 2020-03-14 09:24:24 +02:00
rtc rtc: Add epoch convertion functions 2019-12-14 22:27:07 +02:00
sec bpmp: Reduce freq to 589MHz 2019-12-07 02:01:29 +02:00
soc Update and add missing copyrights 2020-03-14 09:24:24 +02:00
storage Bugfixes 2020-03-21 22:28:50 +02:00
thermal Bugfixes 2020-03-21 22:28:50 +02:00
utils minerva: More protections 2020-03-21 22:10:06 +02:00
link.ld [Nyx] Introducing hekate GUI, named Nyx! 2019-06-30 04:03:00 +03:00
nyx.c Bugfixes 2020-03-21 22:28:50 +02:00
start.S Bugfixes and cleanup 2019-07-06 22:08:37 +03:00