Exemplo n.º 1
0
def lcdCharDef(*args):
    return _wiringpi.lcdCharDef(*args)
Exemplo n.º 2
0
def lcdCharDef(fd, index, data):
    return _wiringpi.lcdCharDef(fd, index, data)