Merge pull request #28410 from sintetico82/patch-1

Added method to LCD class
This commit is contained in:
Daniel Rosenwasser
2018-08-26 17:44:27 -07:00
committed by GitHub

View File

@@ -378,6 +378,8 @@ export declare class LCD {
autoscroll(): void;
noAutoscroll(): void;
bgColor(color: any): void;
noBacklight(): void;
backlight(): void;
}
export interface LedOption {