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

touchgfx::HAL::beginFrame() method

@fn virtual bool HAL::beginFrame(); Called when beginning to rendering a frame. Called when beginning to rendering a frame.

Syntax

virtual bool beginFrame();

Return value

true if rendering can begin, false otherwise.

Examples

touchgfx::HAL::beginFrame() is referenced by 2 libraries and example projects.

References

LocationText
HAL.hpp:1137
virtual bool beginFrame();