Mobile LCD, which library?

23 Nov 2009

Hi,

I'm thinking of trying out a Nokia LCD with the mbed, but the only one I can see that is readily available in the UK is the MOD-NOKIA6610.

I am a little confused as to which library to use. Which one do I use for this variant?

Regards

Phil.

23 Nov 2009

For the MOD-NOKIA6610 you'll want this library: http://mbed.org/projects/cookbook/svn/MobileLCD/tests/MobileLCD

The general MobileLCD one in trunk sort of works, but does result in a bit of corruption at the edge of the screen.

If you're interested you can also use the Graphics library ontop of either MobileLCD lib for some extra functionality: http://mbed.org/projects/cookbook/wiki/Graphics

Cheers,

Mike.