Nokia 3310 LCD Library with basic graphics functio


hi,
i connect simple nokia lcd arduino , can use simple functions.

i used schematic this:
http://www.amontec.com/lcd_nokia_3310.shtml
and
http://www.techdesign.be/projects/datasheet/nokia_3310_lcd.jpg

modifying this:
int lcd_dc_pin         =        2; //  pb0  4  data command
int lcd_ce_pin         =        3; //  pb2  5  /cs   active low chip select ??
int spi_mosi_pin       =        4; //  pb3  3  serial   line
int lcd_rst_pin        =        5; //  pb4  8   /res reset
int spi_clk_pin        =        6; //  pb5  2  clock

with pin-out able run code:
http://www.arduino.cc/cgi-bin/yabb2/yabb.pl?num=1200398529/16#16

but wanted use library
http://blog.thiseldo.co.uk/?p=383

that library powerful since has lots of functions draw,
but i'm not sure how make work without lcd shield.

any idea?

thanks help!



Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Nokia 3310 LCD Library with basic graphics functio


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums