sengyee88 WROTE:1: Yes. i got what you meant for the image captured that firstly have to convert it to binary image which is black and white only. So what does the "TG12864E" mentioned in the datasheet meant?
2: Alright
3: Opps Sorry! i forgot to mention that i did not buy the whole PR21 kit, i just bought the glcd only.
In the PR21 schematic, there is a ADXL330 Accelerometer part, for my hardware implementation, do i need the ADXL330 Accelerometer? actually i'm so confusing on how does the ADXL330 Accelerometer work.
4: Alright. Thanks
Q5: For the extension from Q1, so do you think it's possible to display the image captured in binary format on the glcd without adding any other components?
Thanks Brian!
1: It's the model number and code of the 128x64 GLCD.
2. And one more note, the GLCD you buy from Cytron is a bit special. If you keep reading, it has a serial interface and it has character ROM, so if you plan to save the number of pins, use the serial interface instead. The datasheet gives you clues there.
You can print characters (latin), arabic numbers and chinese words inside as well without worrying about loading up the character data into the GLCD.
5: Yes you can. I browsed through the datasheet. To do so, form a driver program first. You fill up the whole screen first with 1s (lighted pixel) and then 0s (not lighted pixel) as a test. If you managed to do that, then you form an array (1024-byte), get the picture, resize it, and then threshold it to binary image, and finally, use some programs (available in internet) and convert it to an array.
I don't know whether they have libraries for that ST7920. But you can find KS0108 libraries almost everywhere.

PIC - UIC00B from Cytron (replacement for my broken PICKit 2), Pickit 3, MikroC for PIC
dsPIC - MikroC for dsPIC, mikromedia board (dsPIC33)
AVR - AVR Dragon
Parallax - Prop tool