Advertisement
Guest User

Untitled

a guest
Mar 26th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "time.py", line 49, in <module>
  3. lcd.backlight(change_color(color))
  4. File "/home/pi/Adafruit-Raspberry-Pi-Python-Code/Adafruit_CharLCDPlate/Adafruit_CharLCDPlate.py", line 417, in backlight
  5. c = ~color
  6. TypeError: bad operand type for unary ~: 'str'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement