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

touchgfx::PainterRGB565::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

References

LocationText
PainterRGB565.hpp:98
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::PainterRGB565::render()