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