ESP32VGA
ESP32 VGA Controller and Graphics Library
Public Member Functions | List of all members
ESP32VGA::VGATerminalClass Class Reference

An ANSI-VT100 compatible display terminal. More...

#include <VGATerminal.h>

Inherits Stream.

Public Member Functions

void begin ()
 Initializes the terminal. More...
 
void end ()
 

Detailed Description

An ANSI-VT100 compatible display terminal.

Member Function Documentation

◆ begin()

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.

◆ end()

void ESP32VGA::VGATerminalClass::end ( )

Finalize the terminal. Applications should call this method before screen resolution needs to be changed.


The documentation for this class was generated from the following files: