mirror of https://github.com/espruino/BangleApps
ctrlpad: add col[our] on widget for debugging
parent
db58e567dc
commit
71f8471eb0
|
@ -331,6 +331,7 @@
|
||||||
width: 0,
|
width: 0,
|
||||||
};
|
};
|
||||||
(WIDGETS["hid"] as any).getUI = () => ui;
|
(WIDGETS["hid"] as any).getUI = () => ui;
|
||||||
|
(WIDGETS["hid"] as any).col = colour;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
const settings = require("Storage").readJSON("setting.json", true) as Settings || ({ HID: false } as Settings);
|
const settings = require("Storage").readJSON("setting.json", true) as Settings || ({ HID: false } as Settings);
|
||||||
|
|
Loading…
Reference in New Issue