touchgfx::HAL::frameBuffer2 is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::HAL::frameBuffer2 field

Syntax

uint16_t* frameBuffer2;

References

LocationReferrerScopeText
HAL.hpp:1239
uint16_t* frameBuffer2; ///< Pointer to the optional third frame buffer used for animation storage.
HAL.hpp:67touchgfx::HAL::HAL()touchgfx::HAL
frameBuffer2(0),
HAL.hpp:757touchgfx::HAL::setFrameBufferStartAddress()touchgfx::HAL
frameBuffer2 = reinterpret_cast<uint16_t*>(buffer);
HAL.hpp:761touchgfx::HAL::setFrameBufferStartAddress()touchgfx::HAL
frameBuffer2 = 0;
HAL.hpp:783touchgfx::HAL::setFrameBufferStartAddresses()touchgfx::HAL
frameBuffer2 = reinterpret_cast<uint16_t*>(animationStorage);
HAL.hpp:964touchgfx::HAL::getAnimationStorage() consttouchgfx::HAL
return frameBuffer2;

Data Use

Functions writing touchgfx::HAL::frameBuffer2
Functions reading touchgfx::HAL::frameBuffer2
touchgfx::HAL::frameBuffer2
Type of touchgfx::HAL::frameBuffer2
touchgfx::HAL::frameBuffer2
uint16_t
all items filtered out