TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::LCD::DrawStringFunctionPointer 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::LCD::DrawStringFunctionPointer

touchgfx::LCD::DrawStringFunctionPointer

Syntax

typedef void (LCD::*DrawStringFunctionPointer)(const Rect& widgetArea, const Rect& invalidatedArea, const StringVisuals& stringVisuals, const Unicode::UnicodeChar* format, va_list _pArg);

Examples

touchgfx::LCD::DrawStringFunctionPointer is referenced by 4 libraries and example projects.

References

LocationReferrerScopeText
LCD.hpp:580
typedef void (LCD::*DrawStringFunctionPointer)(const Rect& widgetArea, const Rect& invalidatedArea, const StringVisuals& stringVisuals, const Unicode::UnicodeChar* format, va_list _pArg);
LCD.hpp:581touchgfx::LCD::drawStringFunctiontouchgfx::LCD
static DrawStringFunctionPointer drawStringFunction; ///< The draw string function, either LTR or RTL

Type Use

Variables of touchgfx::LCD::DrawStringFunctionPointer type
all items filtered out
touchgfx::LCD::DrawStringFunctionPointer