Saturday, September 19, 2009

N3310 LCD Image Encode

Nokia 3310/5110 LCD Image(full screen) Encoder -> generates HEX array equivalent of the input images. supports JPG, BMP and GIF files.

simple code usuage:
 lcd_gotoxy(0,0);  
for(i=0; i<504; i++) lcd_send(image[i],LCD_TDATA);

download: 3310 Image Encoder.exe
*requires dotNET 3.5

simulation:
sample circuit using N5110LCD:

2 comments:

  1. cara que programinha bacana,eu usava um outro pra fazer isso mas era bem mais enrolado.
    parabens

    ReplyDelete
  2. Hy.Can u give me entire code for this project?I have a nokia 3310 lcd and all connections made.I just need the code.Simple one.I will wait for your replay.my e-mail: drk_alien@yahoo.com
    ps: if anyone can help me sent me some c++ code.thanks

    ReplyDelete