Hi i have successfully to have the T6963 128x160 LCD to display text via the arduino mega. Now i would like it to show some images on the lcd. I would like to do it but i dont know where to start. If possible could someone show me where to go thanks.
I think you need a GLCD Bitmap Converter, there are several programs available. Google it!
the making of the gfx is not the hard part, its what you have to do to get it on screen
I have a screen with the same chipset and I think the same form factor
In which I did find a avr GCC lib and it should work with arduino with some "translation", since you got further with it than I did (in the whole 2 hours I played with it) maybe you can get some help by reading though it
http://en.radzio.dxp.pl/t6963/
of course please post, I started to write an arduino lib for it but got bogged down by an work project and have not gotten back to it