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

touchgfx::Bitmap::cacheGetAddress() method

@fn static uint8_t* Bitmap::cacheGetAddress(BitmapId id); Get address of cache buffer for this bitmap Get address of cache buffer for this bitmap. Note: The address is only valid until next Bitmap::cache() call.

Syntax

static uint8_t* cacheGetAddress(BitmapId id);

Arguments

id

The id of the bitmap in cache.

Return value

Address if bitmap was found, zero otherwise.

References

LocationText
Bitmap.hpp:345
static uint8_t* cacheGetAddress(BitmapId id);

Type Use

Type of touchgfx::Bitmap::cacheGetAddress()
touchgfx::Bitmap::cacheGetAddress()
uint8_t
all items filtered out