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

Method openImage

examples/pframe/BitmapManager.cpp:167–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 */
166
167bool BitmapManager::openImage(uint32_t imageIndex,File*& file) {
168
169 char buffer[30];
170
171 strcpy(buffer,"/pframe/img/");
172 StringUtil::itoa(imageIndex,buffer+12,10);
173 strcat(buffer,".262");
174
175 return _fsManager.getFileSystem().openFile(buffer,file);
176}
177

Callers

nothing calls this directly

Calls 2

itoaFunction · 0.85
openFileMethod · 0.45

Tested by

no test coverage detected