Check http://www.sparkfun.com/commerce/catego … p?cPath=76 and pick a LCD that you like (but do not order it yet). Read the documents and draft a design to interface to F2013. Post your design here. And others will help you.
My knowledge about this is very limited. I am sure others will help you.
(1) The datasheets of the Basic 16x2 LCD seems to say that there are two versions. One needs 4.5V to 5.5V to operate, the other one works anywhere from 2.7V to 5.3V. You need to ask SparkFun Electronics about this. The F2013 operates between 1.8V and 3.6V. Thus you definitely want to use the 2.7V to 5.3V LCD, so that F2013 and LCD can share a 3V Lithium primary battery. The LCD needs about 1.5 mA, F2012 needs less than 1 mA.
(2) The backlight of the LCD needs 4.2V and draws 120 mA. You probably need to use 3 AAA batteries and a push button to conserve battery life.
(3) The 32768 Hz crystal usually comes in a small cylindrical package with two leads at the same end of the cylinder. Just sold them directly to pins 12 and 13 of F2013. F2013 has internal capacitors for the crystal under firmware control.
(4) I think if you invert the order of DB4-7 so that they match P1.4-7 in the same order will make your firmware more straightforward.
I have just bought a very nice displays from www.mms-e.co.uk.
They have all kinds of displays that works at 3.3. I bought the DOG models, that without backlight are extremly thin comparing the standard ones.
I doesn’t measured the power consuption, but if it’s true what they say in the datasheet it is very low.
Regarding the interface, DOG displays not only have parallel 4 or 8 bit interface, it also has SPI that could be controlled with only 3 wires (parallel uses 4 or 8 plus 3 for control lines). I don’t remember if there were an other more interface.
DIXON:
I have just bought a very nice displays from www.mms-e.co.uk.
They have all kinds of displays that works at 3.3. I bought the DOG models, that without backlight are extremly thin comparing the standard ones.
I doesn’t measured the power consuption, but if it’s true what they say in the datasheet it is very low.
Regarding the interface, DOG displays not only have parallel 4 or 8 bit interface, it also has SPI that could be controlled with only 3 wires (parallel uses 4 or 8 plus 3 for control lines). I don’t remember if there were an other more interface.