FabGL
ESP32 VGA Controller and Graphics Library
fabgl::GlyphsBuffer Struct Reference

#include <vgacontroller.h>

Public Attributes

int16_t glyphsWidth
 
int16_t glyphsHeight
 
uint8_t const * glyphsData
 
int16_t columns
 
int16_t rows
 
uint32_t * map
 

Member Data Documentation

◆ columns

int16_t fabgl::GlyphsBuffer::columns

◆ glyphsData

uint8_t const* fabgl::GlyphsBuffer::glyphsData

◆ glyphsHeight

int16_t fabgl::GlyphsBuffer::glyphsHeight

◆ glyphsWidth

int16_t fabgl::GlyphsBuffer::glyphsWidth

◆ map

uint32_t* fabgl::GlyphsBuffer::map

◆ rows

int16_t fabgl::GlyphsBuffer::rows

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