Merge pull request #1478 from fewtarius/dev

Fix 3:2 aspect ratio splash generation.
This commit is contained in:
fewtarius 2023-05-27 20:27:02 -04:00 committed by GitHub
commit a7c80c3f8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ then
ASPECT=$(printf "%.2f" $(echo "(${FBWIDTH} / ${FBHEIGHT})" | bc -l))
case ${ASPECT} in
1.31|0.76)
1.50|0.67)
ASPECT="3:2"
;;
1.33|0.75)