Seek supplementary code and lookup table advice
Posted: Thu Feb 07, 2013 4:55 am
Dear All,
I read the post by jgu1, title: 8x8 LED dot matrix scrolling display.
I’m now figuring out how to use lookup table to display a scrolling message with the 7x15 dot matrix.
The message reads: “HELLO WELCOME”.
I’m using 15 columns by 7 rows matrix, port A controls columns, and port B for rows.
The values to be fed to port B are shown in the attached file. As scanning from column 1 to 15, one column at a time, the port B values are fed according to the columns, when column 1 ON, the value of b1111111 (0x7F) is fed to port B, presently I use “IF” to locate the row to turn ON, but this way the program seems large, though using the supplementary code and lookup table may shorten the program.
Please advice. Thanks
Regards
oookey
I read the post by jgu1, title: 8x8 LED dot matrix scrolling display.
I’m now figuring out how to use lookup table to display a scrolling message with the 7x15 dot matrix.
The message reads: “HELLO WELCOME”.
I’m using 15 columns by 7 rows matrix, port A controls columns, and port B for rows.
The values to be fed to port B are shown in the attached file. As scanning from column 1 to 15, one column at a time, the port B values are fed according to the columns, when column 1 ON, the value of b1111111 (0x7F) is fed to port B, presently I use “IF” to locate the row to turn ON, but this way the program seems large, though using the supplementary code and lookup table may shorten the program.
Please advice. Thanks
Regards
oookey