TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::HAL::setFrameRateCompensation() 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::setFrameRateCompensation()

touchgfx::HAL::setFrameRateCompensation() method

@fn void HAL::setFrameRateCompensation(bool enabled) Enables or disables compensation for lost frames Enables or disables compensation for lost frames. See knowledge base article.

Syntax

void setFrameRateCompensation(bool enabled);

Arguments

enabled

true to enable, false to disable.

Examples

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

References

LocationText
HAL.hpp:598
void setFrameRateCompensation(bool enabled)

Data Use

Data read by touchgfx::HAL::setFrameRateCompensation()
Data written by touchgfx::HAL::setFrameRateCompensation()
touchgfx::HAL::setFrameRateCompensation()