I've tried to change the background of my watchface to white.
I have tried this:
dc.clear();
dc.setColor(Gfx.COLOR_WHITE, Gfx.COLOR_WHITE);
dc.fillRectangle(0, 0, dc.getWidth(), dc.getHeight());
But no luck, my watchface background is still black.