touchgfx::LCD::drawStringInternal() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::LCD::drawStringInternal()

touchgfx::LCD::drawStringInternal() method

Syntax

bool drawStringInternal(uint16_t* frameBuffer,     Rect const* widgetArea,     int16_t widgetRectY,     int16_t& offset,     const Rect& invalidatedArea,     StringVisuals const* stringVisuals,     const TextDirection textDirection,     TextProvider& textProvider,     const int numChars,     bool useEllipsis);

Arguments

frameBuffer

widgetArea

widgetRectY

offset

invalidatedArea

stringVisuals

textDirection

textProvider

numChars

useEllipsis

References

LocationText
LCD.hpp:602
bool drawStringInternal(uint16_t* frameBuffer, Rect const* widgetArea, int16_t widgetRectY, int16_t& offset, const Rect& invalidatedArea, StringVisuals const* stringVisuals, const TextDirection textDirection, TextProvider& textProvider, const int numChars, bool useEllipsis);