Update gui.c

This commit is contained in:
Souldbminer 2025-01-04 18:40:22 -05:00 committed by GitHub
parent 3250b2e32a
commit c709631d65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1232,9 +1232,9 @@ static void _create_tab_about(lv_theme_t * th, lv_obj_t * parent)
lv_label_set_recolor(lbl_credits, true); lv_label_set_recolor(lbl_credits, true);
lv_label_set_static_text(lbl_credits, lv_label_set_static_text(lbl_credits,
"#C7EA46 hekate# (c) 2018, #C7EA46 naehrwert#, #C7EA46 st4rk#\n" "#C7EA46 hekate# (c) 2018, #C7EA46 naehrwert#, #C7EA46 st4rk#\n"
" (c) 2018-2024, #C7EA46 CTCaer#\n" " (c) 2018-2025, #C7EA46 CTCaer#\n"
"\n" "\n"
"#C7EA46 Nyx# (c) 2019-2024, #C7EA46 CTCaer#\n" "#C7EA46 Nyx# (c) 2019-2025, #C7EA46 CTCaer#\n"
"\n" "\n"
"Thanks to: #00CCFF derrek, nedwill, plutoo, #\n" "Thanks to: #00CCFF derrek, nedwill, plutoo, #\n"
" #00CCFF shuffle2, smea, thexyz, yellows8 #\n" " #00CCFF shuffle2, smea, thexyz, yellows8 #\n"