6 Digits LED 7-Segment Multiplexing using PIC16F627A
In the post ‘LED 7-Segment Multiplexing‘, I have explained about the concept and benefits of multiplexing. Multiplexing implementation is very similar to driving Led Dot Matrix. I use Timer0 interrupt for switching through each digit. Timer0 or TMR0 is an 8-bit timer which overflows every 256 (0xFF) counts. It’s known that the refresh rate above […]
6 Digits LED 7-Segment Multiplexing using PIC16F627A Read More Β»