TouchGFX + 0/1 examples
CodeScope will show references to touchgfx::Bitmap::getData() const from the following samples and libraries:
Examples
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Bitmap::getData() const

touchgfx::Bitmap::getData() const method

@fn const uint8_t* Bitmap::getData() const; Gets a pointer to the Bitmap data. Gets a pointer to the Bitmap data.

Syntax

const uint8_t* getData() const;

Return value

A pointer to the raw bitmap data.

Notes

If this bitmap is cached, it will return the cached version of bitmap data.

Examples

touchgfx::Bitmap::getData() const is referenced by 1 libraries and example projects.

References

LocationText
Bitmap.hpp:164
const uint8_t* getData() const;

Type Use

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