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
- Remote RGB LED strip driver with PICBasic (23-05-2016) [@News]
- IR light dimmer with PIC (09-10-2004) [@Schematics/Remote control]
- Connecting Nokia to F-BUS (07-04-2004) [@Documents]
- Reproduction and sound recording using PIC (18-05-2004) [@Schematics/Audio devices]
- Warm Tube Clock v2 in Housing - User pictures (14-09-2011) [@News]
- Triac regulation using PIC microcontroller (16-09-2009) [@News]
- Electronic lock with keypad with PIC (06-04-2004) [@Schematics/Microcontrollers]
- Video transmitter for 1100-1400 MHz (11-09-2004) [@Schematics/Radio transmitters]
- GSM controller without microcontroller (10-01-2009) [@News]
- LED show with PIC (06-04-2004) [@Schematics/Microcontrollers]
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.