Hej

I had tryed to use Directfb on an at91sam9261 cpu  

I added the following line in system/fbdev/fbdev.c
         
     case 16:
                if (dfb_fbdev_compatible_format( var, 0, 5, 5, 5, 0, 10, 
5, 0 ) |
+                 dfb_fbdev_compatible_format( var, 1, 5, 5, 5,15, 0, 5, 
10 ) |
                    dfb_fbdev_compatible_format( var, 1, 5, 5, 5,15, 10, 
5, 0 ) )
                     return DSPF_ARGB1555;


to get any picture.


/Søren


_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to