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

#include <vgacontroller.h>

Public Member Functions

 BitmapDrawingInfo (int X_, int Y_, Bitmap const *bitmap_)
 

Public Attributes

int16_t X
 
int16_t Y
 
Bitmap const * bitmap
 

Constructor & Destructor Documentation

◆ BitmapDrawingInfo()

fabgl::BitmapDrawingInfo::BitmapDrawingInfo ( int  X_,
int  Y_,
Bitmap const *  bitmap_ 
)
inline

Member Data Documentation

◆ bitmap

Bitmap const* fabgl::BitmapDrawingInfo::bitmap

◆ X

int16_t fabgl::BitmapDrawingInfo::X

◆ Y

int16_t fabgl::BitmapDrawingInfo::Y

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