LCDInfo.com
http://forum.lcdinfo.com/

KS0108 / HD61203 driver
http://forum.lcdinfo.com/viewtopic.php?f=14&t=377
Page 1 of 1

Author:  Henri [ Sat Oct 25, 2003 13:50 ]
Post subject:  KS0108 / HD61203 driver

STATUS:
Mostly working driver with configuration dialog done.
Supports 128x64 displays.

Author:  Telek [ Wed Jan 26, 2005 20:47 ]
Post subject: 

With the latest build (19) the KS0108 driver fails to load a configuration dialog. Is this normal?

Author:  Henri [ Wed Jan 26, 2005 21:18 ]
Post subject: 

That is not normal but there seems to have slipped some bug to the latest build packages. There should not have been any code changes but maybe some file has corrupted or something.

Until this is figured out and fixed you should be able to use the driver from the old build which should be exactly the same as there have not been changes to the KS0108 driver for a while:
http://www.skippari.net/lcd/alpha/ks010 ... uild17.rar

Author:  Telek [ Fri Jan 28, 2005 0:54 ]
Post subject: 

Is the source code available for this driver? Perhaps I can take a look at it because I can't get it to work. I could then also create a driver for KS0713 (much more popular chip driver). Thanks! It might also be a neat idea to have a sample screen displayed when you select a driver so that you know that the interface is working.

Author:  Syridian [ Fri Jan 28, 2005 2:33 ]
Post subject: 

Some sources are available in the developers section. If it isn't there, I'm sure henri will add it very sortly. ;)

Author:  Henri [ Fri Jan 28, 2005 14:22 ]
Post subject: 

KS0108 driver source is not available at this time. What kind problem do you have with the driver ?

For making a driver for KS0713 you would want to look into the SED1565 driver and the SED1531 test from this topic as they are more similar to KS0713 than KS0108.

The idea of a sample screen is a good one and worth putting on the todo list.

Author:  Syridian [ Sat Jan 29, 2005 2:39 ]
Post subject: 

Talking of the To-Do list.. can you add to the TOP of the list the following. ;)

1) I must publish the To-Do List in the Development forum, so that people can stop writing unnecessary post asking about features that are on the To-Do List.

;)

Author:  Remboooo [ Sat Nov 19, 2005 18:49 ]
Post subject: 

I was wondering if there's still an update planned for this driver, or at least a source release, since it seems to have some bugs in it..
for example this one:
Image
(and the xml that reproduces it is available here)

There is also a bug that doesn't occur that often, but stops the right half of the LCD from updating, it just freezes. Restarting LCDinfo fixes it, so it has to be something in the software.
-edit-
correction.. it's just that one half of a plugin bitmap that's stretched across the two halves of the lcd stops updating. scrolling text and other stuff still works on the 'broken' half.

And lost but not least: the character set is far from complete.. even simple things like ë and ü are missing.

I'd be happy to (try and) fix those things if the source was released... :)

Author:  coorz [ Sun Nov 20, 2005 1:15 ]
Post subject: 

You can PM Henri on this one, as he seems to be quite busy doing other things lately.

Author:  Remboooo [ Tue Nov 22, 2005 17:52 ]
Post subject: 

Ok, I guess I'll pm him about this.
I've made a new ks0108font.h which includes a complete charset (in stead of only chars up to 0x80), you can download it here... if you could recompile with this new header, i'd be grateful :roll:
-edit-
I saw in the PCD<something> driver, you forgot to cast your char to an unsigned char before using it as an array pointer, which causes it not to work with chars > 0x80 ;)
I'm assuming the code is basically the same as for the ks0108, so I thought it might be useful to note this.
The fix is the following:
Code:
font5x7[((unsigned char)*(string+n))*5+i];

(where string is a char *, n is the location of the character in the string you're printing now, and i is the current column of the character you're printing)

Page 1 of 1 All times are UTC + 2 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/