Hi,
I am working on LED display 8x32 with PIC16f877 and shift register 74164.....
so, i need your suggestion if i want to make small animation like circle growing on led display..
X1= X-N AND X+1
Y1=Y-N AND Y+N
WHERE N=1,2,3,4........
but how to fill the in memory buffer (real time)???
as we do for char was simple but in this i am not getting how to do, pls help..
I am working on LED display 8x32 with PIC16f877 and shift register 74164.....
so, i need your suggestion if i want to make small animation like circle growing on led display..
X1= X-N AND X+1
Y1=Y-N AND Y+N
WHERE N=1,2,3,4........
but how to fill the in memory buffer (real time)???
as we do for char was simple but in this i am not getting how to do, pls help..
Attachments
-
7.4 KB Views: 69