adafruit / Adafruit_CircuitPython_HT16K33

Adafruit CircuitPython driver for the HT16K33, a LED matrix driver IC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small error in examples/matrix.py

elmwoodelec opened this issue · comments

Line 23 should show:
#matrix = matrix.Matrix8x8x2(i2c)

Great find, do you think you could propose a pull request with a fix? We can help.

hey @elmwoodelec, not seeing the PR. the basic process is:

  • fork this repo
  • make edits in your forked copy
  • submit a PR from the fork to this repo
    did you do something like that?

PR received and merged. Thanks for finding and fixing that.