PIC_gLCD.c for N6100 display variant

Tips, Tricks and methods for programming, learn ways of making your programming life easier, and share your knowledge with others.

Moderators: Benj, Mods

Post Reply
bloki
Posts: 1
Joined: Sun Jun 14, 2009 2:58 pm
Contact:

PIC_gLCD.c for N6100 display variant

Post by bloki »

Here is a version of FC4 PIC_gLCD.c suitable for variant of NOKIA6100 display with PCF8833 or compatible driver. Display had origin at the bottom left corner, the text was vertically fliped and the colors were totaly wrong. Color table is different than expected and the color table starts with 8 blue than 8 green and ends with 4 red. Normally should be 8 red, 8 green, 3 blue. Besides of that the data order for each part of table is reversed. Now only difference to original is that red color intensity can be entered up to 3 and blue up to 7.
Attachments
PIC_gLCD.rar
(5.01 KiB) Downloaded 486 times

Post Reply