Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andysworkshop/stm32plus
/ setCurrentImage
Method
setCurrentImage
examples/pframe/ImageManager.h:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void setCurrentImage(uint32_t imageIndex) {
36
_currentImage=imageIndex;
37
}
38
39
void nextImage();
40
void showImage();
Callers
1
processClick
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected