mirror of https://github.com/espruino/BangleApps
forces light theme
parent
0333a9b014
commit
d4a470a4e8
|
@ -166,6 +166,7 @@ function draw() {
|
||||||
g.drawRect(88+8,138-24, 176-10, 138+22);
|
g.drawRect(88+8,138-24, 176-10, 138+22);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g.setTheme({bg:"#fff",fg:"#000",dark:false}).clear();
|
||||||
require("FontHaxorNarrow7x17").add(Graphics);
|
require("FontHaxorNarrow7x17").add(Graphics);
|
||||||
g.clear();
|
g.clear();
|
||||||
Bangle.loadWidgets();
|
Bangle.loadWidgets();
|
||||||
|
|
Loading…
Reference in New Issue