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

Function uint16ToHexWord

app.js:2421–2423  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

2419}
2420
2421function uint16ToHexWord(v) {
2422 return "0x" + (v & 0xffff).toString(16).padStart(4, "0").toUpperCase();
2423}
2424
2425async function exportAllIconsViaServer(mode) {
2426 const label = mode === "tft_rgb565" ? "TFT RGB565" : "U8g2 XBM";

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected