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

touchgfx::Bitmap::cacheReplaceBitmap() method

@fn static bool Bitmap::cacheReplaceBitmap(BitmapId out, BitmapId in); Replace a bitmap in RAM with another Bitmap. Replace a bitmap in RAM with another Bitmap. The Bitmaps must have same size.

Syntax

static bool cacheReplaceBitmap(BitmapId out,     BitmapId in);

Arguments

out

The id of the bitmap to remove from the cache.

in

The id of the bitmap to cache.

Return value

true if the replacement went well, false otherwise.

References

LocationText
Bitmap.hpp:311
static bool cacheReplaceBitmap(BitmapId out, BitmapId in);