clear method
Clears the display buffer.
Implementation
Future<void> clear() async {
await frame.runLua(
'frame.display.text(" ",1,1);frame.display.show()',
checked: false,
);
}
Clears the display buffer.
Future<void> clear() async {
await frame.runLua(
'frame.display.text(" ",1,1);frame.display.show()',
checked: false,
);
}