FabGL
ESP32 Display Controller and Graphics Library
|
This file contains fabgl::VGABaseController definition. More...
#include <stdint.h>
#include <stddef.h>
#include <atomic>
#include "driver/gpio.h"
#include "freertos/FreeRTOS.h"
#include "freertos/queue.h"
#include "fabglconf.h"
#include "fabutils.h"
#include "devdrivers/swgenerator.h"
#include "displaycontroller.h"
Go to the source code of this file.
Classes | |
struct | VGATimings |
Specifies the VGA timings. This is a modeline decoded. More... | |
Enumerations | |
enum | VGAScanStart { FrontPorch , Sync , BackPorch , VisibleArea } |
Represents one of the four blocks of horizontal or vertical line. More... | |
This file contains fabgl::VGABaseController definition.
Definition in file vgabasecontroller.h.