touchgfx::Bitmap::DynamicBitmapData is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Bitmap::DynamicBitmapData

touchgfx::Bitmap::DynamicBitmapData struct

@struct DynamicBitmapData Bitmap.hpp touchgfx/Bitmap.hpp Data of a dynamic bitmap. Data of a dynamic bitmap.

Syntax

struct DynamicBitmapData {     Rect     solid;       uint16_t width;       uint16_t height;      uint16_t format;      uint8_t  inuse;       uint8_t  alpha;   };

Fields

solid

No summary provided. Read more...

width

No summary provided. Read more...

height

No summary provided. Read more...

format

No summary provided. Read more...

inuse

No summary provided. Read more...

alpha

No summary provided. Read more...

References

LocationReferrerScopeText
Bitmap.hpp:101
struct DynamicBitmapData
Bitmap.hpp:517touchgfx::Bitmap::dynBitmapstouchgfx::Bitmap
static DynamicBitmapData* dynBitmaps;

Type Use

Variables of touchgfx::Bitmap::DynamicBitmapData type
all items filtered out
touchgfx::Bitmap::DynamicBitmapData