VGAXUA VGA library for Arduino UNO and MEGA

Hi,
my new library VGAXUA is now on GitHub! Is an alternative version of VGAX that use UART instead of software bitbanging, inspired from the VGA original code of Nick Gammon.

The library support 192x80px on Arduino UNO and 200x240px on Arduino MEGA!

Have fun!

Thanks for your contribution to the Arduino project. It looks like a very nice library!

If you want to provide the easiest method for the users to install and update your library, you might consider adding it to the Arduino Library Manager index. The only thing you would need to do is add a library.properties file and create a GitHub release or Git tag, then open an issue at Issues · arduino/Arduino · GitHub

More information:

Ok, thank you!