Fills the offscreen buffer with a color.
Future<bool> fillDisplay(int color) => proto.write(1, _s2b(color));