LCDInfo.com

http://www.lcdinfo.com
It is currently Fri Nov 22, 2024 10:51

All times are UTC + 2 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Mon Feb 19, 2007 15:55 
Offline

Joined: Fri Sep 05, 2003 4:55
Posts: 2
I'm using a T6963 based LCD (Optrex DMF5001) and it is working nicely except for my uploaded bitmaps. They appear properly when I select a 8x8 font width (jumpers J8 & J9), but are crammed to the left side of the screen when I select a 6x8 font.

There are two other jumpers relating to "columns", jumpers J6 & J7, but I've checked two different vintage OPTREX datasheets and neither is more informative than the other.

For the DMF5001, jumpers J6 & J7 apparently apparently allow selection between 32, 40, 64, and 80 columns. How can this be on a 160 pixel wide LCD? Does this possibly have something to do with my bitmap problem. I'm reluctant to carve the copper foil jumpers on my LCD before I undestand the options.

Can anyone please advise?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 23, 2007 12:06 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
First I want to say that it has been some time since I have been writing low level drivers for T6963C controller so I might not remember every detail.

But with T6963C the width of one column is the width selected with font select.

So 8 pixel wide font with 32 columns is 8*32 = 256 pixels max

6*32 = 192 so with 240 pixel wide display and font select set to 6 the columns setting needs to be at least 40 (6*40=240)

But with your 160 pixel wide display you can use any column setting. I think the T6963C had some kind scrolling support so here the larger column settings would be useful so you can have a larger frame buffer in which you can then scroll the area seen on the display.


In fact I just realized that I have worked with DMF5001 in the past. I remember this 160 pixel width caused some troubles but unfortunately I don't remember the details anymore. Maybe you could try searching this forum for any hits for this display type in case these are discussed already. There might also be example code with working intialization settings in this forum for this display.


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

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 124 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:  
Powered by phpBB® Forum Software © phpBB Group