ESP8266 VGA OUTPUT

This is a VGA library for ESP8266.
To use this library you need only 1 resistor and one DSUB15 connector.
VGA signal generation based on https://github.com/hchunhui/esp-vga (thanks for your awesome works).
[….]

The library implement a 512x480px framebuffer with 1bpp, where each pixel is stored as a single bit. The framebuffer is stored inside RAM and require 30720 bytes.