Difference between revisions of "Rock/display"
< Rock
Line 1: | Line 1: | ||
{{Languages|rock/display}} | {{Languages|rock/display}} | ||
− | The cpu of Radxa Rock - RK3188 has two LCD controllers, LCD0 and LCD1. On RR, | + | The cpu of Radxa Rock - RK3188 has two LCD controllers, LCD0 and LCD1. On RR, LCD1 is connected to HDMI and LCD0 is connect to AV out and the LCD0 signal are also exported on the extension header. |
There is some sysfs interface exported to control the framebuffer under /sys/devices/platform/rk-fb/graphics/ | There is some sysfs interface exported to control the framebuffer under /sys/devices/platform/rk-fb/graphics/ |
Revision as of 06:22, 7 March 2014
The cpu of Radxa Rock - RK3188 has two LCD controllers, LCD0 and LCD1. On RR, LCD1 is connected to HDMI and LCD0 is connect to AV out and the LCD0 signal are also exported on the extension header.
There is some sysfs interface exported to control the framebuffer under /sys/devices/platform/rk-fb/graphics/
root@radxa:~# cd /sys/devices/platform/rk-fb/graphics/fb0
- set display scale
root@radxa:/sys/devices/platform/rk-fb/graphics/fb0# cat scale xscale=95 yscale=95 root@radxa:/sys/devices/platform/rk-fb/graphics/fb0# echo xscale=100 > scale root@radxa:/sys/devices/platform/rk-fb/graphics/fb0# echo yscale=100 > scale root@radxa:/sys/devices/platform/rk-fb/graphics/fb0# cat scale xscale=100 yscale=100