setLcdLogo method

Future<void> setLcdLogo(
  1. Uint8List img
)

Implementation

Future<void> setLcdLogo(Uint8List img) {
  throw UnimplementedError('showLcdBitmap() has not been implemented.');
}