ESP32VGA
ESP32 VGA Controller and Graphics Library
ESP32VGA.h
Go to the documentation of this file.
1 /*
2  Created by Fabrizio Di Vittorio (fdivitto2013@gmail.com)
3  Copyright (c) 2018 Fabrizio Di Vittorio.
4  All rights reserved.
5 
6  This file is part of ESP32VGA Library.
7 
8  ESP32VGA is free software: you can redistribute it and/or modify
9  it under the terms of the GNU General Public License as published by
10  the Free Software Foundation, either version 3 of the License, or
11  (at your option) any later version.
12 
13  ESP32VGA is distributed in the hope that it will be useful,
14  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  GNU General Public License for more details.
17 
18  You should have received a copy of the GNU General Public License
19  along with ESP32VGA. If not, see <http://www.gnu.org/licenses/>.
20  */
21 
22 
23 
24 #ifndef _ESP32VGA_H_INCLUDED
25 #define _ESP32VGA_H_INCLUDED
26 
156 #include "VGATerminal.h"
157 #include "VGAController.h"
158 #include "VGAKeyboard.h"
159 
160 
161 
162 using ESP32VGA::Color;
165 
166 
167 
168 
169 
170 
171 #endif /* _ESP32VGA_H_INCLUDED */
Color
This enum defines named colors.
Definition: VGAController.h:184
This file contains VGAKeyboardClass definition and the VGAKeyboard instance.
Specifies various glyph painting options.
Definition: VGAController.h:301
This file contains VGATerminalClass definition and the VGATerminal instance.
This file contains VGAControllerClass definition and the VGAController instance.
ScreenBlock
Definition: VGAController.h:54