TouchGFX + 0/2 examples
CodeScope will show references to touchgfx::PainterRGB565Bitmap::render() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::PainterRGB565Bitmap::render()

touchgfx::PainterRGB565Bitmap::render() method

Syntax

virtual void render(uint8_t* ptr,     int x,     int xAdjust,     int y,     unsigned count,     const uint8_t* covers);

Arguments

ptr

x

xAdjust

y

count

covers

Examples

touchgfx::PainterRGB565Bitmap::render() is referenced by 2 libraries and example projects.

References

LocationText
PainterRGB565Bitmap.hpp:91
virtual void render(uint8_t* ptr, int x, int xAdjust, int y, unsigned count, const uint8_t* covers);

Override Tree

Methods overriding this one
touchgfx::PainterRGB565Bitmap::render()