OCT1
Nokia 1100 LCD with PIC microcontroller
Sometimes it is necessary to add an LCD display to our microcontroller project. We usually decide between character display such as 2x16 with HD4470 IC or other graphic displays.
Here we can see a driver for a graphic LCD display from Nokia 1100 phone which is good or even better solution than previously mentioned ones, especially because these displays are very very cheap. Driver IC on this LCD panel is PCF8814 which even though has I2C protocol support - doesn't use it. Instead it uses simple bit-banging mechanism for communication. Microcontroller that was used in this project is PIC18F1320 and source code is written in C and it can be ported to any other PIC microcontroller.
© SpiralBrain's World
[ Source: SpiralBrain's World ]
similar content
- LCD tutorial with Atmel (12-05-2010) [@News]
- Wireless LCD display (03-02-2010) [@News]
- Warm Tube Clock v1 - User pictures (06-05-2011) [@News]
- LED display with Atmel microcontroller (05-04-2005) [@Schematics/Microcontrollers]
- Funky PIC16F84 programmer (23-12-2004) [@Schematics/Microcontrollers]
- PIC programmer v1 (08-12-2006) [@Schematics/Microcontrollers]
- Multi PIC Programmer (10-07-2004) [@Schematics/Microcontrollers]
- Warm Tube Clock v2 in Housing - User pictures (14-09-2011) [@News]
- RFID lock with PIC and ID-12 (25-02-2004) [@Projects]
- Nokia 3310 AVR library (07-07-2010) [@News]
add comment
Please log-in!
You can log-in on forum link: Login page. After logging-in, return to this page and click refresh in your browser.