mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 10:56:19 +08:00
Merge pull request #28410 from sintetico82/patch-1
Added method to LCD class
This commit is contained in:
2
types/johnny-five/index.d.ts
vendored
2
types/johnny-five/index.d.ts
vendored
@@ -378,6 +378,8 @@ export declare class LCD {
|
||||
autoscroll(): void;
|
||||
noAutoscroll(): void;
|
||||
bgColor(color: any): void;
|
||||
noBacklight(): void;
|
||||
backlight(): void;
|
||||
}
|
||||
|
||||
export interface LedOption {
|
||||
|
||||
Reference in New Issue
Block a user