|
FabGL
ESP32 Display Controller and Graphics Library
|
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 |
Specifies the VGA timings. This is a modeline decoded.
Definition at line 99 of file vgabasecontroller.h.