mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added 'backlight' property to LCD options for 'johnny-five'.
This commit is contained in:
Vendored
+2
@@ -251,10 +251,12 @@ declare module "johnny-five" {
|
||||
|
||||
export interface LCDI2COption extends LCDGeneralOption{
|
||||
controller: string;
|
||||
backlight?: number;
|
||||
}
|
||||
|
||||
export interface LCDParallelOption extends LCDGeneralOption{
|
||||
pins: Array<any>;
|
||||
backlight?: number;
|
||||
}
|
||||
|
||||
export class LCD{
|
||||
|
||||
Reference in New Issue
Block a user