TM1637 icon indicating copy to clipboard operation
TM1637 copied to clipboard

SEG_DP not present

Open ddelreux opened this issue 3 years ago • 0 comments

the line "#define SEG_DP 0b10000000" is not present in TM1637Display.h

error example : Bounty_Matrix:169:43: error: 'SEG_DP' was not declared in this scope SEG_A | SEG_D | SEG_E | SEG_F | SEG_G | SEG_DP // E ^~~~~~ the code TM1637Display.h is ok on this site but the automatic installation with Arduino return an error (version=1.2.0)

When i add "#define SEG_DP 0b10000000" in my program, it's ok.

Daniel from France.

ddelreux avatar Apr 07 '21 04:04 ddelreux