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

touchgfx::HAL::registerTextCache() method

@fn virtual void HAL::registerTextCache(Unicode::UnicodeChar* str, uint16_t length); Configures HAL to use the supplied buffer as text string cache. Configures HAL to use the supplied buffer as text string cache. The buffer must be large enough to hold the longest string in the system. Setting this buffer is only required if cacheTextString() is actually used and its implementation requires a buffer. @see cacheTextString

Syntax

virtual void registerTextCache(Unicode::UnicodeChar* str,     uint16_t length);

Arguments

str

length

Buffer length (in UnicodeChar's)

References

LocationText
HAL.hpp:338
virtual void registerTextCache(Unicode::UnicodeChar* str, uint16_t length);