board.digitalWrite(lcd.rsPin, board.firmata.HIGH); sendCommand([0,1,0,0,1,0,1,0]); sleep(200); sendCommand([0,1,1,0,1,1,1,1]); sleep(200); sendCommand([0,1,1,0,1,0,0,0]); sleep(200); sendCommand([0,1,1,0,1,1,1,0]); sleep(200); sendCommand([0,1,1,0,1,1,1,0]); sleep(200); sendCommand([0,1,1,1,1,0,0,1]); sleep(200); sendCommand([0,0,1,0,1,1,0,1]); sleep(200); sendCommand([0,1,1,0,0,1,1,0]); sleep(200); sendCommand([0,1,1,0,1,0,0,1]); sleep(200); sendCommand([0,1,1,1,0,1,1,0]); sleep(200); sendCommand([0,1,1,0,0,1,0,1]); board.digitalWrite(lcd.rsPin, board.firmata.LOW); }; Wednesday, November 21, 12