Author |
Message |
Topic: Question about the NHD-1.8-128160ZF-CTXL |
Alison
Replies: 0
Views: 3297
|
Forum: General CCS C Discussion Posted: Sat Sep 03, 2011 6:28 am Subject: Question about the NHD-1.8-128160ZF-CTXL |
Hello !
I use the NHD-1.8-128160ZF with its program.
My problem is that this code changes the brightness but not the color of the screen (still white)
void main(void)
{
output_ ... |
Topic: PIC16F887 + 128x160 LCD |
Alison
Replies: 6
Views: 17407
|
Forum: General CCS C Discussion Posted: Thu Sep 01, 2011 8:21 am Subject: PIC16F887 + 128x160 LCD |
I don't understand why but the program doesn't work correctly. The brightness change for each of this lines :
displayQuads(); //color quadrants
Fulldisplay(0xF8 ... |
Topic: PIC16F887 + 128x160 LCD |
Alison
Replies: 6
Views: 17407
|
Forum: General CCS C Discussion Posted: Wed Aug 31, 2011 4:07 am Subject: PIC16F887 + 128x160 LCD |
HI!
This code is the original program that I found on the constructor's website :
#include <REG52.H>
#include "picture.h"
/*****************************************************/
... |
Topic: PIC16F887 + 128x160 LCD |
Alison
Replies: 6
Views: 17407
|
Forum: General CCS C Discussion Posted: Tue Aug 30, 2011 6:29 am Subject: PIC16F887 + 128x160 LCD |
Thank you for your answer temtronic, you helped me a lot !
But I have one more problem : The header file #include <REG52.H> isn't in the CCS library so, I searched on the web and I found tha ... |
Topic: PIC16F887 + 128x160 LCD |
Alison
Replies: 6
Views: 17407
|
Forum: General CCS C Discussion Posted: Tue Aug 30, 2011 4:46 am Subject: PIC16F887 + 128x160 LCD |
Hello guys, I use the PIC16F887 and a 128x160 LCD http://www.newhavendisplay.com/index.php?main_page=product_info&cPath=1_589&products_id=2214
I found the LCD's program on the constructor ... |
|