Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andysworkshop/stm32plus
/ getFirstBlockIndex
Method
getFirstBlockIndex
examples/pframe/BitmapManager.h:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
*/
36
37
uint32_t getFirstBlockIndex(uint32_t imageIndex) const {
38
return _fsManager.getFirstCacheBlock()+(imageIndex*640);
39
}
40
41
/*
42
* Get the count of images
Callers
2
drawFullImage
Method · 0.80
showImage
Method · 0.80
Calls
1
getFirstCacheBlock
Method · 0.80
Tested by
no test coverage detected