FabGL
ESP32 Display Controller and Graphics Library
vgabasecontroller.h File Reference

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"
Include dependency graph for vgabasecontroller.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

This file contains fabgl::VGABaseController definition.

Definition in file vgabasecontroller.h.