Skip to content

Commit 663be36

Browse files
Update logo to standard file
The standard file is just 100 bytes bigger so let's take that one.
1 parent 2f31d14 commit 663be36

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
1.8 KB
Loading

internal_filesystem/lib/mpos/ui/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .display_metrics import DisplayMetrics
1010

1111
# White text on black logo works (for dark mode) and can be inverted (for light mode)
12-
logo_white = "M:builtin/res/mipmap-mdpi/MicroPythonOS-logo-white-long-w296_without_border_266x39.png"
12+
logo_white = "M:builtin/res/mipmap-mdpi/MicroPythonOS-logo-white-long-w296.png" # from the MPOS-logo repo
1313

1414
# Black text on transparent logo works (for light mode) but can't be inverted (for dark mode)
1515
# Even when trying different blend modes (SUBTRACTIVE, ADDITIVE, MULTIPLY)

0 commit comments

Comments
 (0)