Nokia 6100 LCD Help!!!!1

Hello,

I know there are some posts about this display but I have not found what I need yet. The root of my program is going to be something really easy, I just need to read an analog input from the arduino and to show the value on the screen. Basically I am going to read a temperature value and I want to see that value on the display. I have tried some code that I have seen online but it does not work.

I am using the ColourLCD library. All the examples on that library work. I can show any message on the screen, any character but when I try to show the value of a variable it shows nothing or get error like impossible to convert from float to char or something like that.

Does somebody know how I could do that?? Thanks!! :slight_smile:

http://playground.arduino.cc/Code/PrintingNumbers

I have been able to show the reading from the analog signal coming from the Arduino but I have another question now....... How can I make it work when I am using the nfr24l01 tranceiver at the same time? it seems that they share some of the pins and I cannot make it work.

Somebody helps?? Thank you!

jcerezo21:
How can I make it work when I am using the nfr24l01 tranceiver at the same time? it seems that they share some of the pins

I'm not familiar with that hardware in particular, but you may be able to edit the library source code to use different pins. Or if both need to use SPI, change the CS (Chip Select) pins.