Invert colors since black text logo is used

This commit is contained in:
Thomas Farstrike
2026-01-20 19:40:28 +01:00
parent 71968b743c
commit c953871f43
+1 -1
View File
@@ -19,7 +19,7 @@ def init_rootscreen():
try:
img = lv.image(screen)
img.set_src(logo_url)
if _is_light_mode:
if not _is_light_mode:
img.set_blend_mode(lv.BLEND_MODE.DIFFERENCE) # invert the logo color
img.center()
except Exception as e: # if image loading fails