adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
132 stars 52 forks source link

Update README.rst #14

Closed UnknownError55 closed 6 years ago

UnknownError55 commented 6 years ago

In the example code:

  1. D2 was imported twice as a typo. D3 was meant to be imported in place of the mistaken second import of D2.
  2. time.sleep(2) on the last line was mistakenly tabbed out of the scope of the infinite loop. The code would thus be unreachable making the command of filling the screen with blue too fast.