mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-05 19:38:31 +00:00
Change bg color for error and root view
This commit is contained in:
@ -84,11 +84,10 @@ class RootView extends ScalableView {
|
||||
}
|
||||
|
||||
function onUpdate(dc as Graphics.Dc) as Void {
|
||||
var bg = 0x3B444C;
|
||||
if(dc has :setAntiAlias) {
|
||||
dc.setAntiAlias(true);
|
||||
}
|
||||
dc.setColor(Graphics.COLOR_WHITE, bg);
|
||||
dc.setColor(Graphics.COLOR_WHITE, Graphics.COLOR_BLACK);
|
||||
dc.clear();
|
||||
|
||||
if(mApp.homeAssistantMenuIsLoaded()) {
|
||||
|
Reference in New Issue
Block a user