Commit eaee507b authored by russhughes's avatar russhughes

fixed syntax error in __init__

parent 82f9b750
...@@ -16,5 +16,5 @@ def config(rotation=0, buffer_size=0, options=0): ...@@ -16,5 +16,5 @@ def config(rotation=0, buffer_size=0, options=0):
dc=Pin(8, Pin.OUT), dc=Pin(8, Pin.OUT),
backlight=Pin(13, Pin.OUT), backlight=Pin(13, Pin.OUT),
rotation=rotation, rotation=rotation,
options= options=options,
buffer_size=buffer_size) buffer_size=buffer_size)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment