ESP32VGA
ESP32 VGA Controller and Graphics Library
|
An ANSI-VT100 compatible display terminal. More...
#include <VGATerminal.h>
Inherits Stream.
Public Member Functions | |
void | begin () |
Initializes the terminal. More... | |
void | end () |
An ANSI-VT100 compatible display terminal.
void ESP32VGA::VGATerminalClass::begin | ( | ) |
Initializes the terminal.
Applications should call this method before any other call to this class or after resolution has been set.
void ESP32VGA::VGATerminalClass::end | ( | ) |
Finalize the terminal. Applications should call this method before screen resolution needs to be changed.