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

Function getCurrentDriverMode

app.js:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44const DEFAULT_TFT_FONT = "1";
45
46function getCurrentDriverMode() {
47 return String((displayDriverSelect && displayDriverSelect.value) || driverMode || "tft");
48}
49
50
51let history = [];

Callers 6

initFontListFunction · 0.85
updatePropsInputsFunction · 0.85
app.jsFile · 0.85
addElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected