mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-18 12:51:40 +00:00
Force 16bpp for 4k on Odroid C2
This commit is contained in:
parent
3ba37f1062
commit
899f91b73d
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ case $mode in
|
|||
;;
|
||||
esac
|
||||
|
||||
# force 16bpp for 4k
|
||||
[ "$Y" = "2160" ] && bpp=16
|
||||
|
||||
common_display_setup
|
||||
|
||||
# Console unblack
|
||||
|
|
Loading…
Add table
Reference in a new issue