TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::Bitmap::BitmapData from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

touchgfx::Bitmap::BitmapData struct

@struct BitmapData Bitmap.hpp touchgfx/Bitmap.hpp Data of a bitmap. Data of a bitmap.

Syntax

struct BitmapData {     const uint8_t* const data;                       const uint8_t* const alphaData;                  const uint16_t       width;                      const uint16_t       height;                     const uint16_t       solidRect_x;                const uint16_t       solidRect_y;                const uint16_t       solidRect_width;            const uint16_t       solidRect_height : 13;      const uint8_t        format : 3;             };

Fields

data

No summary provided. Read more...

alphaData

No summary provided. Read more...

width

No summary provided. Read more...

height

No summary provided. Read more...

solidRect_x

No summary provided. Read more...

solidRect_y

No summary provided. Read more...

solidRect_width

No summary provided. Read more...

solidRect_height

No summary provided. Read more...

format

No summary provided. Read more...

Examples

touchgfx::Bitmap::BitmapData is referenced by 4 libraries and example projects.

References

LocationReferrerScopeText
Bitmap.hpp:81
struct BitmapData
Bitmap.hpp:276touchgfx::Bitmap::registerBitmapDatabase()::datatouchgfx::Bitmap::registerBitmapDatabase()
static void registerBitmapDatabase(const BitmapData* data, const uint16_t n, uint16_t* cachep = 0, uint32_t csize = 0,
Bitmap.hpp:516touchgfx::Bitmap::bitmapstouchgfx::Bitmap
static const BitmapData* bitmaps;

Type Use

Variables of touchgfx::Bitmap::BitmapData type
touchgfx::Bitmap::BitmapData