Exemplo n.º 1
0
def lcd128x64circle(*args):
    return _wiringpi.lcd128x64circle(*args)
Exemplo n.º 2
0
def lcd128x64circle(x, y, r, colour, filled):
    return _wiringpi.lcd128x64circle(x, y, r, colour, filled)