Content for VGA

ESP32 VGA Tetris

“In this Instructables I will show how to build a clone the classic game Tetris, using an ESP32 and generating the output for a VGA monitor. This game is made possible by the amazing ESP32Lib Arduino library done by bitluni …

Project  FabGL

FabGL

“VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Game Engine and ANSI/VT Terminal for the ESP32 Please look here for full API documentation If you would like to support FabGL’s development, please see the Donations page …

FabGL - ESP32 VGA Controller and Graphics Library

“This is a VGA Controller, PS/2 Keyboard Controller, Graphics Library, Game Engine and ANSI/VT Terminal for the ESP32. This library works well with ESP32 revision 1 or upper. VGA output requires a digital to analog converter (DAC): it …

VGA Video out on BluePill

“One major limitation during the development of an embedded system, especially for programmers who are used to PCs, is the lack of video output. That’s exactly what Vidout provides, using only 24% of the CPU on a STM32F103. It …

ESP8266 VGA Pong

“In this Instructables I will show how to build a reproduction of the the classic game Pong for a VGA monitor, using a ESP8266 and few other components. This game is made possible by the EspVGAx library recently published on …

VGA Painting Program

“Project by: Adam Klein, Ian Strachan, Brandon Slater The project that we set out to complete was to store, parse, and display information from a USB mouse in the form of a painting program. The idea behind the project is …

DDC I2C KVM with mouse + keyboard controlled by hand gestures

“The goal Make a device to switch mouse+keyboard between computers and change video input in monitors at the same time. Usability Huge! Everything what normal KVM gives without real hardware KVM. Parts Main device 1 x Attiny45 2 x …

Arduino Snake on a VGA Monitor

“Well… I bought an Arduino. Initially, the investment was motivated with something that would make my daughter interested in programming. However, as it turned out, this thing was more fun to play with for me.After playing around with making …

Reading a VGA monitor’s configuration data with I2C and a PocketBeagle

“Have you ever wondered how your computer knows all the characteristics of your monitor— the supported resolutions, the model, and even the serial number? Most monitors use a system called DDC to communicate this information to the computer.1 This …

Arduino Basic Pc With VGA Output

“In my previous Instructable I have shown how to build a retro 8-bit computer running BASIC, by means of two Arduino, and with an output signal in B&W for a TV screen. Now I will show how to build …