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