I've tried setting background color in the layout xml file like this:
<layout id="WatchFace" background="Gfx.COLOR_RED">
I've tried it explicitly in onUpdate like this:
var currentBackgroundColor = Gfx.COLOR_RED;
dc.setColor(Gfx.COLOR_WHITE, currentBackgroundColor);
dc.clear();
I've even tried creating the project with the settings option and editing the settings/properties.xml file
<property id="BackgroundColor" type="number">0x0000FF</property>
Nothing I do changes the background colour from black :( I'm doing this in the simulator on the Vivoactive. Can anyone provide any guidance?