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

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

Go to the source code of this file.

Classes

class  VGADirectController
 Represents a base abstract class for direct draw VGA controller. More...
 

Typedefs

typedef void(* DrawScanlineCallback) (void *arg, uint8_t *dest, int scanLine)
 Callback used when VGADirectController needs to prepare a new scanline to be sent to the VGA output. More...
 

Detailed Description

This file contains fabgl::VGADirectController definition.

Definition in file vgadirectcontroller.h.