File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- = Attaching a 4 digit 14 segment LED driven by the HT15k33 via I2C
1+ = Attaching a 4 digit 14 segment LED driven by the HT16k33 via I2C
22
33This example code shows how to interface the Raspberry Pi Pico to one HT16K33 driven 4 digit 14 segment LED. The device used for development
44uses VCC at 5v, but also allows the I2C voltage to be selected by connecting the vi2c pin to the appropriate voltage, in the Pico case 3v3 as the
@@ -23,17 +23,17 @@ Connections on Raspberry Pi Pico board, other boards may vary.
2323== List of Files
2424
2525CMakeLists.txt:: CMake file to incorporate the example in to the examples build tree.
26- ht15k33_i2c .c:: The example code.
26+ ht16k33_i2c .c:: The example code.
2727
2828== Bill of Materials
2929
3030.A list of materials required for the example
31- [[ht15k33_i2c -bom-table]]
31+ [[ht16k33_i2c -bom-table]]
3232[cols=3]
3333|===
3434| *Item* | *Quantity* | Details
3535| Breadboard | 1 | generic part
3636| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/
37- | ht16k33 based LCD panel | 1 | generic part
37+ | ht16k33 based LED panel | 1 | generic part
3838| M/M Jumper wires | 5 | generic part
3939|===
You can’t perform that action at this time.
0 commit comments