change background color back to black again
parent
7eb6faa25d
commit
a55cf416ed
|
|
@ -143,7 +143,7 @@ const queueDraw = function() {
|
|||
|
||||
const draw = function() {
|
||||
// draw black rectangle in the middle to clear screen from scale and hands
|
||||
g.setColor(0, 1, 1);
|
||||
g.setColor(0, 0, 0);
|
||||
g.fillRect(10, 10, 2 * center.x - 10, 2 * center.x - 10);
|
||||
// prepare for drawing the text
|
||||
g.setFontAlign(0, 0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue