set light theme to force white widget bar

pull/2250/head
thyttan 2022-11-09 11:12:23 +01:00 committed by GitHub
parent 9740753f0b
commit 1187af3837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Bangle.setLCDBrightness(1);
Bangle.setLCDPower(1);
Bangle.setLCDTimeout(0);
g.reset();
g.setTheme({bg:"#fff",fg:"#000"})
g.setColor(settings.bg);
g.fillRect(0,0,g.getWidth(),g.getHeight());
Bangle.setUI({