hi all.
ezsdk 5.05.02.00
psp : 4.04.00.02
We use a dm8165 customboard.
I modified by adding fb1, fb2 the program saFbdevDisplay sample code.
and try to output the three graphics(0~2) simultaneously through hdmi.
it is successful display to three graphic layer through hdmi but does not be controlled reshuffle display layer.
#echo 0,0/1/2/3 > /sys/devices/platform/vpss/display0/order
#cat /sys/devices/platform/vpss/display0/order
0,0
#echo 1,0/3/1/1 > /sys/devices/platform/vpss/display0/order
#cat /sys/devices/platform/vpss/display0/order
1,0/3/1/0
#echo 1,0/2/1/3 > /sys/devices/platform/vpss/display0/order
#cat /sys/devices/platform/vpss/display0/order
1,0/2/1/0
I want to change the order of priority of graphics(0~2).
Any help or suggestions would be greatly appreciated. thank you.