From: Natanael O. <no...@gm...> - 2011-01-03 16:18:47
Attachments:
de-ld021.patch
|
Hi, I bought a Sure Electronics 4x20 alphanumeric display [1] that didn't work with lcd4linux. Here I attach the patch that I did to make it works for me (basically using the same methods for protocol 3 as the DE-LD011, removing all hardoded values in the code except the buffer, that has now a size of 20 chars instead 16). I'm not sure if the corresponding code is DE-LD021 or DE-LP14112 (both values appear in the page, and in the sticker label on the package appears the second code over an old sticker with the first.. ??). Hope it helps. Best regards, and happy new year, Natanael. PS: I bought some other displays that aren't working neither, so if I'm lucky, maybe I'll send more patches later [1] http://www.sureelectronics.net/search.php?encode=YTozOntzOjg6ImtleXdvcmRzIjtzOjg6ImRlLWxkMDIxIjtzOjg6ImNhdGVnb3J5IjtzOjE6IjAiO3M6MTg6InNlYXJjaF9lbmNvZGVfdGltZSI7aToxMjk0MDcwODYxO30= |
From: Natanael O. <no...@gm...> - 2011-01-03 16:22:25
|
BTW, I forgot to say that the driver usb board (there are two boards, one with the display and other witht the driver and USB client) have another code: DE-LD2XV100. El 01/03/2011 05:19 PM, Natanael Olaiz escribió: > Hi, > > I bought a Sure Electronics 4x20 alphanumeric display [1] that didn't > work with lcd4linux. > > Here I attach the patch that I did to make it works for me (basically > using the same methods for protocol 3 as the DE-LD011, removing all > hardoded values in the code except the buffer, that has now a size of > 20 chars instead 16). > > I'm not sure if the corresponding code is DE-LD021 or DE-LP14112 (both > values appear in the page, and in the sticker label on the package > appears the second code over an old sticker with the first.. ??). > > > Hope it helps. > > > Best regards, and happy new year, > Natanael. > > PS: I bought some other displays that aren't working neither, so if > I'm lucky, maybe I'll send more patches later > > > > [1] > http://www.sureelectronics.net/search.php?encode=YTozOntzOjg6ImtleXdvcmRzIjtzOjg6ImRlLWxkMDIxIjtzOjg6ImNhdGVnb3J5IjtzOjE6IjAiO3M6MTg6InNlYXJjaF9lbmNvZGVfdGltZSI7aToxMjk0MDcwODYxO30= > |
From: Michael R. <mi...@re...> - 2011-01-04 02:00:25
|
Hello Natanael, > I bought a Sure Electronics 4x20 alphanumeric display [1] that didn't > work with lcd4linux. > > Here I attach the patch that I did to make it works for me (basically > using the same methods for protocol 3 as the DE-LD011, removing all > hardoded values in the code except the buffer, that has now a size of 20 > chars instead 16). Your patch has been applied and committed. Thanks for contributing to LCD4Linux. Could you please add some Documentation to the wiki? regards, Michael -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Natanael O. <no...@gm...> - 2011-01-04 12:51:53
|
Hi Michael, El 01/04/2011 03:00 AM, Michael Reinelt escribió: > Hello Natanael, > >> I bought a Sure Electronics 4x20 alphanumeric display [1] that didn't >> work with lcd4linux. >> >> Here I attach the patch that I did to make it works for me (basically >> using the same methods for protocol 3 as the DE-LD011, removing all >> hardoded values in the code except the buffer, that has now a size of 20 >> chars instead 16). > > Your patch has been applied and committed. Thanks for contributing to > LCD4Linux. > Thank you, that was fast! :) > Could you please add some Documentation to the wiki? I just added the model and a link to the vendor page in the MatrixOrbital article. After (hopefullly) my other patches, I'll take a further look to see if I'm able to improve something more in the docs. Thanks again!, Natanael. > > > > regards, Michael > |
From: Natanael O. <no...@gm...> - 2011-01-04 14:27:05
Attachments:
DE-LD021.patch
|
New patch attached. Is just a fix for a bug introduced in my previous one for the DE-LD021. Now I'm fighting with the DE-LP14111 [1]. I expect to have something in a few hours, and send a new patch. I'll do an update just before send it to avoid conflicts. My apologizes for the previous buggy patch, Natanael. [1] http://www.sureelectronics.net/goods.php?id=1182 El 01/04/2011 03:00 AM, Michael Reinelt escribió: > Hello Natanael, > >> I bought a Sure Electronics 4x20 alphanumeric display [1] that didn't >> work with lcd4linux. >> >> Here I attach the patch that I did to make it works for me (basically >> using the same methods for protocol 3 as the DE-LD011, removing all >> hardoded values in the code except the buffer, that has now a size of 20 >> chars instead 16). > > Your patch has been applied and committed. Thanks for contributing to > LCD4Linux. > > Could you please add some Documentation to the wiki? > > > > regards, Michael > |
From: Michael R. <mi...@re...> - 2011-01-05 03:49:58
|
Applied & committed. Thanks! Am 2011-01-04 15:27, schrieb Natanael Olaiz: > fix for a bug introduced in my previous one for the DE-LD021 -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |