bharani krishna schrieb: > Hi all, > > Im able to compile DirectFB 0.9.25 and trying to run 'dfbg' example code > on ARM. I execute with jpeg, png also, but color is not proper. I can > see much 'blue' color. Is this anything related to ARGB need to be set > in DirectFB before run?
You can try with the pixelformat option being set to ARGB: dfbg --dfb:pixelformat=ARGB image.png This will only change the format of the display layer if it's the first DirectFB process started in a session. You could also just add "pixelformat = ARGB" to /etc/directfbrc. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
