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

touchgfx::HAL::setTFTFrameBuffer() method

@fn virtual void HAL::setTFTFrameBuffer(uint16_t* address) = 0; Sets the frame buffer address used by the TFT controller. Sets the frame buffer address used by the TFT controller.

Syntax

virtual void setTFTFrameBuffer(uint16_t* address) = 0;

Arguments

address

Examples

touchgfx::HAL::setTFTFrameBuffer() is referenced by 4 libraries and example projects.

References

LocationText
HAL.hpp:1157
virtual void setTFTFrameBuffer(uint16_t* address) = 0;