Future<bool> fillDisplay(int color)

Fills the offscreen buffer with a color.

Source

Future<bool> fillDisplay(int color) => proto.write(1, _s2b(color));