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

Method nextImage

examples/pframe/ImageManager.cpp:75–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 */
74
75void ImageManager::nextImage() {
76
77 // advance and wrap if we have to
78
79 if(_currentImage==_bmManager.getImageCount()-1)
80 _currentImage=0;
81 else
82 _currentImage++;
83
84 // show the current image
85
86 showImage();
87}
88
89
90/*

Callers 1

processEventsMethod · 0.80

Calls 1

getImageCountMethod · 0.80

Tested by

no test coverage detected