Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andysworkshop/stm32plus
/ setNewImageBlockIndex
Method
setNewImageBlockIndex
examples/pframe/ImageTransitionAnimator.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
*/
41
42
void ImageTransitionAnimator::setNewImageBlockIndex(uint32_t blockIndex) {
43
_lastBlockIndex=_blockIndex;
44
_blockIndex=blockIndex;
45
}
46
47
48
/*
Callers
1
showImage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected