FabGL
ESP32 Display Controller and Graphics Library
VGATimings Struct Reference

Specifies the VGA timings. This is a modeline decoded. More...

#include <vgabasecontroller.h>

Public Attributes

int frequency
 
int16_t HBackPorch
 
int16_t HFrontPorch
 
VGAScanStart HStartingBlock
 
char HSyncLogic
 
int16_t HSyncPulse
 
int16_t HVisibleArea
 
char label [22]
 
uint8_t multiScanBlack
 
uint8_t scanCount
 
int16_t VBackPorch
 
int16_t VFrontPorch
 
char VSyncLogic
 
int16_t VSyncPulse
 
int16_t VVisibleArea
 

Detailed Description

Specifies the VGA timings. This is a modeline decoded.

Examples
VGA/ModelineStudio/ModelineStudio.ino.

Definition at line 99 of file vgabasecontroller.h.


The documentation for this struct was generated from the following file: