LCDInfo.com

http://www.lcdinfo.com
It is currently Fri Mar 29, 2024 16:48

All times are UTC + 2 hours




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Tue Oct 03, 2006 11:34 
Offline

Joined: Tue Oct 03, 2006 11:20
Posts: 3
Location: france
Hello,
i'm using a WINSTAR 320*240 with a S1D13700 controller.
i'm trying to use this GLCD in 4 grayscale mode, but when i used this mode the screen is vertically divided in 2 identical screen with exactly the same texts and graphics!
In black and white mode i have an entire screen and i can make "all i want" it's ok for this mode.
The 4 colors are ok i can drawing 4 rectangles or 4 differents text in the 4 grayscales.
The problem, is that i have a 160*240 screen duplicate verticaly!!!
Have you an idea of the problem?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 06, 2006 16:21 
Offline

Joined: Tue Oct 03, 2006 11:20
Posts: 3
Location: france
I have solved my problem!
In fact it's was a bad init on the Horizontal Adress Range (AP) Register it must initialized with the value of 0x50 and not 0x40.


Top
 Profile  
 
PostPosted: Mon Jan 22, 2007 9:53 
Offline

Joined: Wed Jan 17, 2007 22:37
Posts: 2
Please post your connection diagram/schematic.
I make my display show anything!
Regards!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 23, 2008 12:33 
Offline

Joined: Wed Jan 23, 2008 12:22
Posts: 1
elric63 french wrote:
I have solved my problem!
In fact it's was a bad init on the Horizontal Adress Range (AP) Register it must initialized with the value of 0x50 and not 0x40.

I have same problem with grayscale in LCD BG320240BFPHH and change AP from 0x40 to 0x50, but screen becomes horizontally and vertically divided. How to resolve this?
My init code:

lcd_wr_cmnd(SYSTEM_SET);
delay_us(30);
lcd_wr_data(0x30);
lcd_wr_data(0x87);
lcd_wr_data(0x07);
lcd_wr_data(79);
lcd_wr_data(81);
lcd_wr_data(LCD_Y_SIZE - 1);
lcd_wr_data(0x50);
lcd_wr_data(0x00);


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 23 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group