MCPcopy Create free account
hub / github.com/BruceDevices/firmware / created

Method created

lib/TFT_eSPI/Extensions/Sprite.cpp:129–132  ·  view source on GitHub ↗

** Function name: created ** Description: Returns true if sprite has been created ***************************************************************************************/

Source from the content-addressed store, hash-verified

127** Description: Returns true if sprite has been created
128***************************************************************************************/
129bool TFT_eSprite::created(void)
130{
131 return _created;
132}
133
134
135/***************************************************************************************

Callers 1

pushToSpriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected