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

touchgfx::CanvasWidgetRenderer::setupBuffer() method

@fn static void CanvasWidgetRenderer::setupBuffer(uint8_t* buffer, unsigned bufsize) Setup the buffers used by CanvasWidget. Setup the buffers used by CanvasWidget.

Syntax

static void setupBuffer(uint8_t* buffer,     unsigned bufsize);

Arguments

buffer

bufsize

The size of the buffer.

Examples

touchgfx::CanvasWidgetRenderer::setupBuffer() is referenced by 3 libraries and example projects.

References

LocationText
CanvasWidgetRenderer.hpp:57
static void setupBuffer(uint8_t* buffer, unsigned bufsize);