Re: KS0066 / S6A0069 support in lcdproc
Markus Dolze <[email protected]>
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
Hello, "S6A0069" is the new name of the KS0066 which is what we call 'HD44780-compatible'. You do not need to do any programming to get it work with LCDd. I have at least one display using the S6A0069X01 and it works. The initialization in your code example may be different but that should not make a difference. Perhaps the wiring of the control lines your display uses is incompatible with LCDd. Please check http://lcdproc.sourceforge.net/docs/current-user.html#hd44780-8bit-winamp or http://lcdproc.sourceforge.net/docs/current-user.html#hd44780-8bit-lcdtime any verify that your display's RS and EN lines are at the correct parallel port pins. The RW if not connected to GND should match as well. It may also be a timing problem (your example uses other timings). In this case you can experiment with the 'DelayMult' and 'DelayBus' settings in LCDd.conf. Regards, Markus On 29.06.2011 11:20, Bogdan Radulescu wrote: > I contacted the vendor and I managed to get some stuff from them. Now I have some very basic code which works on this LCD. It can be accessed here: http://public.nimblex.net/lcdprint.c > The vendor provided code is this set of functions which should be enough to figure out how to initialize the LCD: http://public.nimblex.net/llcm1.c > In this one you can also find a function for getting the keyboard feedback. > > > Apparently the init sequence it different from the original HD44780 code. I would like to implement the driver myself but I don't know C. I would like to learn C, and probably will start learning in my free time, but it would take a lot of time to reach the skill level necessary to make this implementation. Is any of you willing to help implement this one? > > Regards, > Bogdan > > > > > ----- Original Message ----- > From: Bogdan Radulescu <[email protected]> > To: "[email protected]" <[email protected]> > Cc: > Sent: Sunday, June 26, 2011 9:04 PM > Subject: [Lcdproc] KS0066 / S6A0069 support in lcdproc > > Hello, > > I've been looking around and apparently this chip, S6A0069 previously known as KS0066 should be a clone of HD44780. > The datasheet should be this one: www.datasheetcatalog.org/datasheet/SamsungElectronic/mXruzuq.pdf or http://www.topwaydisplay.com/Pub/IC_DataSheet/Ks0066u.pdf > > I can't figure out what adjustments I should make to the HD44780 driver so I could use this LCD. Some other posts online indicate that there are timing differences or differences in the init sequence. > > Can you please give me some pointers? > > Thanks, > Bogdan > > _______________________________________________ > LCDproc mailing list > [email protected] > http://lists.omnipotent.net/mailman/listinfo/lcdproc > > _______________________________________________ > LCDproc mailing list > [email protected] > http://lists.omnipotent.net/mailman/listinfo/lcdproc >