def lcd128x64puts(*args): return _wiringpi.lcd128x64puts(*args)
def lcd128x64puts(x, y, str, bgCol, fgCol): return _wiringpi.lcd128x64puts(x, y, str, bgCol, fgCol)