Skip to content

Commit

Permalink
Fix bug found by tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Mar 10, 2020
1 parent 70483fd commit c63da89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/inky/inky.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def __init__(self, resolution=(400, 300), colour='black', cs_pin=CS0_PIN, dc_pin
self.h_flip = h_flip
self.v_flip = v_flip

self._gpio = gpio
self._gpio_setup = False

"""Inky Lookup Tables.
Expand Down

0 comments on commit c63da89

Please sign in to comment.