mirror of https://github.com/espruino/BangleApps
colourdemo: fix clear() call
Co-authored-by: Rob Pilling <robpilling@gmail.com>pull/3119/head
parent
e1eccad87e
commit
7957d8507c
|
@ -88,7 +88,7 @@ const rows = 10;
|
||||||
|
|
||||||
|
|
||||||
// initialise
|
// initialise
|
||||||
g.clear(reset);
|
g.clear(true);
|
||||||
g.setFont('6x8').setFontAlign(-1, -1);
|
g.setFont('6x8').setFontAlign(-1, -1);
|
||||||
|
|
||||||
// calc some values required to draw the grid
|
// calc some values required to draw the grid
|
||||||
|
|
Loading…
Reference in New Issue