I really can't comment on hardware until I build one myself..... I will try to build your circuit in ISIS later.
As to the displaying.... You need a buffer... If you place your first character in to the buffer The interrupt cycles through the columns of the buffer one by one.
As the interrupt works on the buffer only ( I used two Leds[8] and leds2[8] ) This was for scrolling!!! The original Idea was Nigel's As I did it for his hardware.
You might want to read through Nigel's ASM routine as well.. Tutorial 13...
As to the displaying.... You need a buffer... If you place your first character in to the buffer The interrupt cycles through the columns of the buffer one by one.
As the interrupt works on the buffer only ( I used two Leds[8] and leds2[8] ) This was for scrolling!!! The original Idea was Nigel's As I did it for his hardware.
You might want to read through Nigel's ASM routine as well.. Tutorial 13...