mirror of
https://github.com/avishorp/TM1637.git
synced 2026-07-27 19:56:13 +00:00
Merge pull request #3 from mcauser/fix-the-d
Fix the D in digitToSegment const
This commit is contained in:
+4
-4
@@ -49,14 +49,14 @@ const uint8_t digitToSegment[] = {
|
||||
0b01111111, // 8
|
||||
0b01101111, // 9
|
||||
0b01110111, // A
|
||||
0b01111100, // B
|
||||
0b01111100, // b
|
||||
0b00111001, // C
|
||||
0b01000111, // D
|
||||
0b01011110, // d
|
||||
0b01111001, // E
|
||||
0b01110001 // F
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
TM1637Display::TM1637Display(uint8_t pinClk, uint8_t pinDIO)
|
||||
{
|
||||
// Copy the pin numbers
|
||||
|
||||
Reference in New Issue
Block a user