Skip to content

Commit

Permalink
Fix the d in digitToSegment const
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauser committed Jul 9, 2014
1 parent a41a047 commit 9010b82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TM1637Display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9010b82

Please sign in to comment.