def lcdDisplay(*args): return _wiringpi.lcdDisplay(*args)
def lcdDisplay(fd, state): return _wiringpi.lcdDisplay(fd, state)