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

touchgfx::Image::setBitmap() method

@fn virtual void Image::setBitmap(const Bitmap& bmp); Sets the bitmap ID for this Image. Sets the bitmap ID for this Image. Updates the width and height of this widget to match that of the bitmap. @see Bitmap

Syntax

virtual void setBitmap(const Bitmap& bmp);

Arguments

bmp

The bitmap instance.

Examples

touchgfx::Image::setBitmap() is referenced by 4 libraries and example projects.

Call Tree

Functions calling touchgfx::Image::setBitmap()
all items filtered out
touchgfx::Image::setBitmap()
Overridden methods
touchgfx::Image::setBitmap()