da260f4652
Make the display work, set virtual_size and add msm-fb-refresher and 0001-fix-video-argb-setting.patch. [ci:skip-build]: already built successfully in CI
4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/sh
|
|
|
|
# set framebuffer virtual size
|
|
echo 1080,3840 > /sys/class/graphics/fb0/virtual_size
|