From: Michael R. <mi...@re...> - 2011-01-01 10:56:46
|
Hi Til, you probably want to subscribe to the (low traffic) lcd4linux mailing lists, otherwise I have to manually accept every mail from you to go to the list.... > How can I contribute the driver now, so that it becomes part of the > distribution ? Send me the driver file itself and the output of "svn diff" as described in the "How to write a new driver" > I would write a little bit of documentation describing the hardware. Yes please, add a page in the wiki. > In addition, I have 2 items for the wish list > a) TCP-Server-Plugin: > Use Case 1: Display abitrary and changing information (like the fifo plugin) > Use Case 2: Display messages from other than the local machine. > (I think LCDProc also relies on a tcpip protocol. If this would be > integrated it would make the various clients written for lcdProc usable > for lcd4linux as well) Patches are always welcome! > b) Show sequence of layers: > Use Case: Display more infomation than fit directly onto an LCD display > by showing it sequentially. This has been discussed for ages, there is already some basic functionality in there, but I never had the time to finish it. As you may have noticed, development and especially releasing is very very slow. The "latest news" on the wiki reads "new version soon to be released", a whole year passed by, and nothing happens. This is my fault, because I'm extremly busy at my real-life job for more than two years now (you know, I get up between 2 and 3 am every day, which means really "every day"). > And I found something, that might be a bug: > lcd4linux resets the display string, if time function changes string > while it is scrolled. > > Using the configuration below on a single line display shorter that the > string will restart to display the string every second. The string > will never completely be shown. > > /etc/lcd4linux.conf > Widget Test { > class 'Text' > expression strftime(' The current time is %m/%d @ %H:%M %S',time()) > width 40 > align 'M' > speed 150 > update 1000 > } Yes, this is by design. When the string changes, also the string length may change, so that the Marquee Scrolling may no longer be necessary (or scrolling may get confused because we're on a scroll position where the new string is completely empty). Maybe we should change the behaviour to reset scrolling only if the length changes? bye, Michael -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |