Adapt launcher layout to display orientation

This commit is contained in:
Adolfo Reyna
2026-07-29 21:37:08 -04:00
parent f23261a6ed
commit 11c320fde4
2 changed files with 39 additions and 14 deletions
+3 -1
View File
@@ -17,7 +17,9 @@ def parse_args() -> argparse.Namespace:
parser = argparse.ArgumentParser(
description=(
"Create an uncompressed LVGL .bin image for "
"/sdcard/tactility/launcher/background.bin"
"/sdcard/tactility/launcher/background.bin. Use a square image sized "
"to the display's longest edge to support both orientations without scaling "
"(for example, 320x320 for a 320x240 display)."
)
)
parser.add_argument("input", type=Path, help="Source image")