In this chapter, we will look at using the PIC to control the display on a seven-segment display. We will look at what the seven-segment display is and the principle upon which it works.
We will then write a program to display a count going from 0 to 9 and then showing the hexadecimal characters A, B, C, D, E, and F. We will look at creating an array and learn why and how we use them.
After reading this chapter, you will understand what a seven-segment display is. You will know the difference between ...