koolguy
Active Member
You can fill the buffer line by line.... Lets start with 'A' hex 0x41..... We put our font pointer to 0x41 - 0x20 ( we started our characters at 0x20 ' ' ( space ) then we multiply by the size of the character (8) to find out the place we need to be...
I think you are scanning columns, if not then how to scan rows by creating buffer and if i want to see what is inside the buffer how to see??
One thing more will it be easier to use 4017 for scanning then using PORT B in code??
I need still more help to do this, i have changed just for testing
const unsigned char fnt
to long unsigned int for 32 bits saving then scrolling 4 text then single text from 8 bit unsigned char
i found this tutorial https://embedded-lab.com/blog/?p=2661
Last edited: