how to write a code for displaying 'A' alphabet on led 8*8 matrix

Submitted by srija on Sun, 01/06/2019 - 11:26

how to write a code for displaying 'A' alphabet on led 8*8 matrix

Hi,

I am not sure what microcontroller your are using if you are using Arduino then there are libraries readily avalable for that. However the concept is the same.

The 8*8 LED matrix has 8 rows and 8 coloumns to form the alphabet A you have to check which LED has to be turned on and then you should turn on those LEDs by specifying the row and column number of the LED.

You should read through the below tutorial to understand completly, the 8*8 LED matrix normally uses a controller IC to reduce the usage of number of I/O pins on the microcotroller side.

https://circuitdigest.com/microcontroller-projects/arduino-8x8-led-matr…

Once you undestand the concept you can not only display alphabets but can do any symbols like show in the tutorial 

https://circuitdigest.com/microcontroller-projects/arduino-based-blueto…

 

  Joined August 16, 2016      998
Tuesday at 12:29 AM