MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / showImage

Method showImage

examples/pframe/ImageManager.cpp:94–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 */
93
94void ImageManager::showImage() {
95
96 // set the new image
97
98 _imageTransition.setNewImageBlockIndex(_bmManager.getFirstBlockIndex(_currentImage));
99
100 // start the timeline
101
102 _imageTransition.start();
103}
104
105
106/*

Callers 1

processClickMethod · 0.80

Calls 3

setNewImageBlockIndexMethod · 0.80
getFirstBlockIndexMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected