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

touchgfx::PainterRGB565Bitmap::setBitmap() method

@fn void PainterRGB565Bitmap::setBitmap(const Bitmap& bmp); Sets a bitmap to be used when drawing the CanvasWidget. Sets a bitmap to be used when drawing the CanvasWidget.

Syntax

void setBitmap(const Bitmap& bmp);

Arguments

bmp

The bitmap.

Examples

touchgfx::PainterRGB565Bitmap::setBitmap() is referenced by 3 libraries and example projects.

References

LocationText
PainterRGB565Bitmap.hpp:63
void setBitmap(const Bitmap& bmp);