Update logo to standard file

The standard file is just 100 bytes bigger so let's take that one.
This commit is contained in:
Thomas Farstrike
2026-01-23 23:13:44 +01:00
parent 2f31d14a4e
commit 663be36605
3 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

+1 -1
View File
@@ -9,7 +9,7 @@ import lvgl as lv
from .display_metrics import DisplayMetrics
# White text on black logo works (for dark mode) and can be inverted (for light mode)
logo_white = "M:builtin/res/mipmap-mdpi/MicroPythonOS-logo-white-long-w296_without_border_266x39.png"
logo_white = "M:builtin/res/mipmap-mdpi/MicroPythonOS-logo-white-long-w296.png" # from the MPOS-logo repo
# Black text on transparent logo works (for light mode) but can't be inverted (for dark mode)
# Even when trying different blend modes (SUBTRACTIVE, ADDITIVE, MULTIPLY)