diff --git a/projects/WeTek_Play/initramfs/platform_init b/projects/WeTek_Play/initramfs/platform_init index 5f36b62914..434f132c24 100755 --- a/projects/WeTek_Play/initramfs/platform_init +++ b/projects/WeTek_Play/initramfs/platform_init @@ -49,7 +49,7 @@ echo 0 > /sys/class/graphics/fb0/free_scale # Set framebuffer geometry to match the resolution case "$hdmimode" in 720*) - fbset -fb /dev/fb0 -g 1280 720 1280 1440 32 + fbset -fb /dev/fb0 -g 1280 720 1920 2160 32 ;; 1080*) fbset -fb /dev/fb0 -g 1920 1080 1920 2160 32