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

touchgfx::Button::setBitmaps() method

@fn virtual void Button::setBitmaps(const Bitmap& bmpReleased, const Bitmap& bmpPressed); Sets the bitmaps used by this button. Sets the bitmaps used by this button.

Syntax

virtual void setBitmaps(const Bitmap& bmpReleased,     const Bitmap& bmpPressed);

Arguments

bmpReleased

Bitmap to use when button is released.

bmpPressed

Bitmap to use when button is pressed.

Data Use

Data written by touchgfx::Button::setBitmaps()
touchgfx::Button::setBitmaps()
Overridden methods
touchgfx::Button::setBitmaps()