Exemplo n.º 1
0
def lcd128x64puts(*args):
    return _wiringpi.lcd128x64puts(*args)
Exemplo n.º 2
0
def lcd128x64puts(x, y, str, bgCol, fgCol):
    return _wiringpi.lcd128x64puts(x, y, str, bgCol, fgCol)