??? 02/13/05 00:19 Modified: 02/13/05 00:23 Read: times |
#87235 - GLCD Project (low frequency scope) |
I'm working on a T6963C based graphics LCD project 240 X 128 with 32KB ram on GLCD, it will be used to display two waveforms heart beat waveform, and respiration waveform, + text messages showing heart beat rate and respiration rate.
I managed to write a driver for the T6963C and I can display waveforms and write text, draw graphics and I had lots of fun. the problem I find is need to shift the waveform from right to left, i.e. I need to display first sample on the right edge of screen, then scroll all the screen left and so on. If I do this by software I will lose the sampling interval time, for example the incomming samples won't be uniform and this will distort the signal. Is there a clever way I can use to scroll the screen left. I'm using the display ram to store the samples because my cygnal microcontroller doesn't have enough storage. I tried to play with graphics pages but it didn't seem to do the trick. I also searched the forum for all the GLCD information, but they all were basic and didn't discuss graphics animation on GLCD. Has anyone any clever idea to solve this problem. Mahmood |