chipKIT® Development Platform

Inspired by Arduino™

Nokia 6610, PCF8833 library

Created Fri, 20 Apr 2012 09:13:32 +0000 by shahrul


shahrul

Fri, 20 Apr 2012 09:13:32 +0000

Is there any working library for LCD Nokia 6610, this is colour LCD with controller PCF8833. I have the LCD with 4 pin to control that (Res, SDA, SCLK, CS)


hdphilip

Fri, 20 Apr 2012 15:05:18 +0000

shahrul

check out the UTFT.rar library at http://www.henningkarlsen.com/electronics/library.php?id=52

i have one of those displays on order, so it'll be a while before I'll be trying it out

Philip


shahrul

Fri, 20 Apr 2012 15:49:14 +0000

Philip

I'm trying UTFT_Demo_128X128_Serial. I declare

UTFT myGLCD(PCF8833,8,9,10,11);

The pin connection SDA, SCL, CS, RST right? But still not display. What need to do?


doc_norway

Sun, 22 Apr 2012 10:35:30 +0000

That display is not officially supported by UTFT, but it might still work.

A list of the supported controllers can be found on the webpage, and all supported (and tested) displays can be found in the UTFT_Supported_display_modules_&_controllers.pdfdocument in the download.

/Henning


shahrul

Sun, 22 Apr 2012 10:48:39 +0000

That display is not officially supported by UTFT, but it might still work. A list of the supported controllers can be found on the webpage, and all supported (and tested) displays can be found in the UTFT_Supported_display_modules_&_controllers.pdfdocument in the download. /Henning

But PCF8833 also listed in that documents for Serial mode.


doc_norway

Mon, 23 Apr 2012 07:01:39 +0000

But PCF8833 also listed in that documents for Serial mode.

As I said; that display is not officiallysupported, but it might still work. As I don't have one of those displays I cannot say if it works or not, therefore I cannot officially support it. While the controller chip is supported this display may use another LCD panel which requires other setup parameters than the display I wrote the code for. The only way to find out if it works is to try it :)

/Henning


shahrul

Mon, 23 Apr 2012 07:19:06 +0000

As I said; that display is not officiallysupported, but it might still work. As I don't have one of those displays I cannot say if it works or not, therefore I cannot officially support it. While the controller chip is supported this display may use another LCD panel which requires other setup parameters than the display I wrote the code for. The only way to find out if it works is to try it :) /Henning

Ok, understand. I want try this before I want try more advanced GLCD. Can you suggest which GLCD controller that can working and where can I buy? Which best TFT LCD or OLED LCD?


doc_norway

Tue, 24 Apr 2012 08:46:43 +0000

If you have downloaded and unpacked the library you will be able to find the file UTFT_Supported_display_modules_&_controllers.pdf. In this file you can find a list of all the displays I have tested with the library, and there are also some links til webshops there they can be bought. Which display is best for you depends on what you are going to use it for.

I have never used any OLED screens, so I cannot say anything about which type of display is best. I suppose it is something you would need to evaluate on a project by project basis.

/Henning