DynamicBitmapData
touchgfx/Bitmap.hpp
Data of a dynamic Bitmap.
Public Attributes
uint8_t | customSubformat |
Custom format specifier (or L8 palette length) | |
uint8_t | extra |
Extra data field, dependent on format. | |
uint8_t | format |
Determine the format of the data. | |
uint16_t | height |
The height of the Bitmap. | |
uint8_t | inuse |
Zero if not in use. | |
Rect | solid |
The solidRect of this Bitmap. | |
uint16_t | width |
The width of the Bitmap. | |
Public Attributes Documentation
customSubformat
uint8_t customSubformat
Custom format specifier (or L8 palette length)
extra
uint8_t extra
Extra data field, dependent on format.
format
uint8_t format
Determine the format of the data.
height
uint16_t height
The height of the Bitmap.
inuse
uint8_t inuse
Zero if not in use.
solid
width
uint16_t width
The width of the Bitmap.