mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
JS: Widget icons without path, just name
This commit is contained in:
@@ -34,8 +34,8 @@ widget.addDot(102, 44);
|
||||
widget.addDot(104, 43);
|
||||
|
||||
// add an icon (x, y, icon)
|
||||
widget.addIcon(100, 55, "Common/ButtonUp_7x4");
|
||||
widget.addIcon(100, 60, "Common/ButtonDown_7x4");
|
||||
widget.addIcon(100, 50, "ButtonUp_7x4");
|
||||
widget.addIcon(100, 55, "ButtonDown_7x4");
|
||||
|
||||
// add a glyph (x, y, glyph)
|
||||
widget.addGlyph(120, 50, 0x23);
|
||||
|
||||
Reference in New Issue
Block a user