Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
44
const
DEFAULT_TFT_FONT =
"1"
;
45
46
function
getCurrentDriverMode() {
47
return
String((displayDriverSelect && displayDriverSelect.value) || driverMode ||
"tft"
);
48
}
49
50
51
let
history = [];
Callers
6
importRgb565ImageToDisplayKit
Function · 0.85
createElementWithDefaults
Function · 0.85
initFontList
Function · 0.85
updatePropsInputs
Function · 0.85
app.js
File · 0.85
addElement
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected