Fix commander scaling size on SM8250

This commit is contained in:
rocknix
2025-11-24 21:24:23 +00:00
parent ee635751fd
commit dcfb9cdced

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