bitluni / ESP32Lib

http://bitluni.net/esp32-vga/
441 stars 78 forks source link

Implementation of text mode with little memory requirements #43

Closed Martin-Laclaustra closed 3 years ago

Martin-Laclaustra commented 4 years ago

Following the line of modes requiring low-memory I have implemented a text-only mode. It can use fonts already available. It is a "monochrome" mode like 1-bit, meaning that it can be used as pure monochrome (connect only 3 pins: signal-hsync-vsync) or be used for a dual color screen (palette of two colors) (connect 5 pins).

Martin-Laclaustra commented 3 years ago

This is included in the "development" branch here and eventually it will be merged into "master".