ESP32VGA
ESP32 VGA Controller and Graphics Library
FabGL::VGAControllerClass Member List

This is the complete list of members for FabGL::VGAControllerClass, including all inherited members.

begin(gpio_num_t redGPIO, gpio_num_t greenGPIO, gpio_num_t blueGPIO, gpio_num_t HSyncGPIO, gpio_num_t VSyncGPIO)FabGL::VGAControllerClass
begin(gpio_num_t red1GPIO, gpio_num_t red0GPIO, gpio_num_t green1GPIO, gpio_num_t green0GPIO, gpio_num_t blue1GPIO, gpio_num_t blue0GPIO, gpio_num_t HSyncGPIO, gpio_num_t VSyncGPIO)FabGL::VGAControllerClass
enableBackgroundPrimitiveExecution(bool value)FabGL::VGAControllerClass
getBitsPerChannel()FabGL::VGAControllerClassinline
getScreenHeight()FabGL::VGAControllerClassinline
getScreenWidth()FabGL::VGAControllerClassinline
getViewPortCol()FabGL::VGAControllerClassinline
getViewPortHeight()FabGL::VGAControllerClassinline
getViewPortRow()FabGL::VGAControllerClassinline
getViewPortWidth()FabGL::VGAControllerClassinline
isDoubleBuffered()FabGL::VGAControllerClassinline
moveScreen(int16_t offsetX, int16_t offsetY)FabGL::VGAControllerClass
processPrimitives()FabGL::VGAControllerClass
refreshSprites()FabGL::VGAControllerClass
removeSprites()FabGL::VGAControllerClassinline
resumeBackgroundPrimitiveExecution()FabGL::VGAControllerClass
setResolution(char const *modeline, int viewPortWidth=-1, int viewPortHeight=-1, bool doubleBuffered=false)FabGL::VGAControllerClass
setSprites(T *sprites, int count)FabGL::VGAControllerClassinline
shrinkScreen(int shrinkX, int shrinkY)FabGL::VGAControllerClass
suspendBackgroundPrimitiveExecution()FabGL::VGAControllerClass