def lcdPuts(*args): return _wiringpi.lcdPuts(*args)
def lcdPuts(fd, string): return _wiringpi.lcdPuts(fd, string)