After reducing the burst size of the Ben's LCD controller and making the timer handling more resilient to disturbances, one can also leave the Ben's LCD running while displaying a VGA image:
http://downloads.qi-hardware.com/people/werner/ubb/vga/ubb-vga-dual-screen.jpg Having the LCD on adds a bit more noise, but it's not too horrible. I think 1024x768 will be the highest resolution I can usefully generate: it seems that most modern monitors expect signals with a refresh rate of at least 50 Hz. The pixel clock is limited by the MMC controller to 56 MHz. As the picture shows, this is sufficient for 1024x768 at 50 Hz, but too slow to reach the next higher step, 1280x1024. It may make sense to go to 1280x480, though. This would look like 640x480 to the monitor, but it would double the pixel clock, which would in turn half the amplitude of horizontal noise. All my recent development is with the old XEN-1510 monitor. I tried to output images and more modern and larger monitors and they didn't like my signals. I made a few improvements since, but I don't know yet if they're enough to make things work. - Werner _______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

