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