touchgfx::AnimatedImage::setBitmap() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::AnimatedImage::setBitmap()

touchgfx::AnimatedImage::setBitmap() method

@fn virtual void AnimatedImage::setBitmap(const Bitmap& bmp) Is not public available. Use setBitmaps instead. Is not public available. Use setBitmaps instead. Internally in AnimatedImage use Image::setBitmap(...).

Syntax

virtual void setBitmap(const Bitmap& bmp);

Arguments

bmp

The bitmap.

References

LocationText
AnimatedImage.hpp:245
virtual void setBitmap(const Bitmap& bmp) {}

Override Tree

Methods overriding this one
touchgfx::AnimatedImage::setBitmap()
all items filtered out