Hi, I'm porting PicoGUI to some of our companies embedded platforms, but I have a bit trouble with one device that has more or less just standard VGA. I wonder if graphics output is already supposed to be working on it. The specific device (http://www.ssv-embedded.de/ssv/pc104/p26.htm ) has a 320x240 16grey LCD that is supposed to be used as the upper left corner of a 640x480 standard VGA controller.
I already have a slightly patched Linux framebuffer driver working on it, but unfortunately, PicoGUI doesn't like the planar 4bpp mode of vga16fb. Does any other graphics backend in pgserver support my hardware or do I need to write a driver? If I need to write a driver, I could probably also use the planar 256 color mode (a.k.a. "mode X"), depending on what would be easier to write, lower overhead or more beneficial for other PicoGUI users. Arnd <>< _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
