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
2
2
3
3
This example code shows how to interface the Raspberry Pi Pico to one HT16K33 driven 4 digit 14 segment LED. The device used for development
4
4
uses 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.
23
23
== List of Files
24
24
25
25
CMakeLists.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.
27
27
28
28
== Bill of Materials
29
29
30
30
.A list of materials required for the example
31
- [[ht15k33_i2c -bom-table]]
31
+ [[ht16k33_i2c -bom-table]]
32
32
[cols=3]
33
33
|===
34
34
| *Item* | *Quantity* | Details
35
35
| Breadboard | 1 | generic part
36
36
| 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
38
38
| M/M Jumper wires | 5 | generic part
39
39
|===
You can’t perform that action at this time.
0 commit comments