Stimmer on the Arduino Forum hardcoded a way to display 160×240 (320×240 after some posts) VGA signal.
After working out how to do a timer interrupt I’ve had a go at making a VGA framebuffer. It is rather low-res at present(160×240) and fuzzy but I hope to be able to improve that. It has 8-bit colour (RRRGGGBB).
This is the first Arduino Due specific project I’ve come across.
Source: Arduino forum via Arduino blog
{ 0 comments… add one now }