pmiguelpinto90 / ShiftDisplay

Arduino library for driving 7-segment displays using shift registers
GNU General Public License v3.0
31 stars 15 forks source link

Please put an example for common anode 7 segment #3

Open mahdi5574 opened 6 years ago

mahdi5574 commented 6 years ago

Thanks for excellent ShiftDisplay library. I can't use this library for 4 digit common anode 7 segment. It shows " 8.8.:8.'8. " only. Please put an example for common anode 7 segment. Thanks again.

ameer1234567890 commented 5 years ago

Common anodes require just a single change: ShiftDisplay display(COMMON_ANODE, 3); instead of ShiftDisplay display(COMMON_CATHODE, 3);