メイン・コンテンツまでスキップ

DynamicBitmapData

touchgfx/Bitmap.hpp

Data of a dynamic Bitmap.

Public Attributes

uint8_tcustomSubformat
Custom format specifier (or L8 palette length)
uint8_textra
Extra data field, dependent on format.
uint8_tformat
Determine the format of the data.
uint16_theight
The height of the Bitmap.
uint8_tinuse
Zero if not in use.
Rectsolid
The solidRect of this Bitmap.
uint16_twidth
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

Rect solid

The solidRect of this Bitmap.

width

uint16_t width

The width of the Bitmap.