MCPcopy Index your code
hub / github.com/cifertech/DisplayKit / updateCode

Function updateCode

app.js:5210–5216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5208
5209
5210function updateCode() {
5211 if (driverMode === "u8g2") {
5212 generateU8g2Code();
5213 } else {
5214 generateTFTCode();
5215 }
5216}
5217
5218function getScreenFnName(scr) {
5219 return (scr.fnName && scr.fnName.trim().length)

Callers 15

applyStateSnapshotFunction · 0.85
app.jsFile · 0.85
addIconElementFunction · 0.85
setActiveScreenFunction · 0.85
initScreensFunction · 0.85
addAssetElementToCanvasFunction · 0.85
onResizeMoveFunction · 0.85
onRotMoveFunction · 0.85
onMouseMoveFunction · 0.85
renderLayersFunction · 0.85
commitFunction · 0.85

Calls 2

generateU8g2CodeFunction · 0.85
generateTFTCodeFunction · 0.85

Tested by

no test coverage detected