File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 12
12
This is a library for using the I²C-based LED matrices with the HT16K33 chip.
13
13
It supports both 16x8 and 8x8 matrices, as well as 7- and 14-segment displays.
14
14
15
- Note this library is intended for Adafruit CircuitPython's API. For a library
16
- compatible with MicroPython machine API see this library: https://github.com/adafruit/micropython-adafruit-ht16k33
15
+ **Notes **
16
+
17
+ #. This library is intended for Adafruit CircuitPython's API. For a library
18
+ compatible with MicroPython machine API see this `library <https://github.com/adafruit/micropython-adafruit-ht16k33 >`_.
19
+
20
+ #. Note: This library does not work with the Trellis 4x4 LED+Keypad board. For that product use:
21
+
22
+ `CircuitPython Trellis Library <https://github.com/adafruit/Adafruit_CircuitPython_Trellis/releases/latest >`_
17
23
18
24
Dependencies
19
25
=============
You can’t perform that action at this time.
0 commit comments