VGA output on Atmel XMEGA

Project homepage: This is a nearly no-component monochrome true VGA output project, that utilizes on-chip peripherals: USART, DMA, event system, timer. Simple API interface: vga_gen_set_pixel(x, y, color), intended for use with graphical libraries. This example uses the uGUI library.
Back to Top