MCPcopy 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

drawFullImageMethod · 0.80
showImageMethod · 0.80

Calls 1

getFirstCacheBlockMethod · 0.80

Tested by

no test coverage detected