VGA Framebuffer

This crate implements basic VGA text output on an embedded microcontroller, using nothing more than some timer peripherals and a few GPIO pins.

The Specs:

The pixels are double-width as I was unable to get 40 MHz SPI output functioning correctly on my particular micro, while 20 MHz works just fine.

Contributing

I'll happy accept a patches to enable other resolutions and/or other text resolutions.