Guest User

Untitled

a guest
Jul 14th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "<stdin>", line 1, in <module>
  3. File "lcddriver.py", line 57, in __init__
  4. self.lcd_write(0x03)
  5. File "lcddriver.py", line 82, in lcd_write
  6. self.lcd_write_four_bits(mode | ((cmd << 4) & 0xF0))
  7. File "lcddriver.py", line 76, in lcd_write_four_bits
  8. self.lcd_device.write_cmd(data | LCD_BACKLIGHT)
  9. File "i2c_lib.py", line 11, in write_cmd
  10. self.bus.write_byte(self.addr, cmd)
  11. IOError: [Errno 5] Input/output error
Add Comment
Please, Sign In to add comment