Fix Commander font size on RP6

This commit is contained in:
rocknix
2026-03-10 20:18:11 +00:00
parent a3c4d0e365
commit 1452593710

View File

@@ -0,0 +1,11 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2025 ROCKNIX (https://github.com/ROCKNIX)
if [ ! -f "/storage/.config/commander.cfg" ]; then
cat <<EOF >/storage/.config/commander.cfg
disp_ppu_x=4
disp_ppu_y=4
EOF
fi