Send an image to the LCD screen.
Future<String?> sendImageLCD({required Uint8List image}) { throw UnimplementedError('sendImageLCD() has not been implemented.'); }