Example #1
0
def hd44780_init(*args):
  return _hd44780.hd44780_init(*args)
Example #2
0
def hd44780_init(avr, b, width, height):
    return _hd44780.hd44780_init(avr, b, width, height)
Example #3
0
def hd44780_init(avr, b, width, height):
    return _hd44780.hd44780_init(avr, b, width, height)