Example #1
0
def lcd128x64puts(*args):
    return _wiringpi.lcd128x64puts(*args)
Example #2
0
def lcd128x64puts(x, y, str, bgCol, fgCol):
    return _wiringpi.lcd128x64puts(x, y, str, bgCol, fgCol)