Added 'backlight' property to LCD options for 'johnny-five'.

This commit is contained in:
Daniel Rosenwasser
2015-08-21 15:27:25 -07:00
parent c134c51a8f
commit 93767f845c
+2
View File
@@ -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{