Skip to content

Commit 71968b7

Browse files
Reduce size of logo while increasing font size
From 5633 to 3210 bytes while reducing borders around the text. How: - import MicroPythonOS-logo-black-long.svg into Gimp, rasterized at 266x59 at 130 dpi - crop it to 240x35 px, making sure to have at least 0.5 pixel border around the content to make sure no half-transparent pixels are cut off - export as PNG with maximal compression and all options (like save resolution, save background color) unchecked
1 parent e341c83 commit 71968b7

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
3.13 KB
Loading
Binary file not shown.

internal_filesystem/lib/mpos/ui/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
_vertical_resolution = None
77
_dpi = None
88

9-
logo_url = "M:builtin/res/mipmap-mdpi/MicroPythonOS_logo_white_on_black_240x54.png"
9+
logo_url = "M:builtin/res/mipmap-mdpi/MicroPythonOS_logo_white_on_black_240x35.png"
1010

1111
def init_rootscreen():
1212
global _horizontal_resolution, _vertical_resolution, _dpi

0 commit comments

Comments
 (0)