DarkElf wrote:
Good plugins could be done but lcd info should change a little (a big I think because you can't do it actually - I think): instead of always replace lcd data with new one you should make a newdata= actualdata | data function.
You mean this for graphics or text ? If I understood that right this is pretty much how it's done in the new graphics code. If you have read the old source available you can pretty much forget how things are done there as I'm completely rewriting LCDInfo currently. So just let me know what you would need and I'll see if I could implement that. If you would like to know more of the inner workings of the new version just email me. I hope that the new version will allow to better take advantage of the graphical lcd's/VFD's possibilities.
edit:
let's not forget the VFD's here
Quote:
I have got some ideas and one of the first that need to be done is a progress bar (have you ever seen jalcd ? try to look at it, it is a good program for alphanumeric displays)
In the 0.3.2 version there is already a winamp progress bar as an undocumented feature.

I don't currently remember the variable for it but I can check it later. But once again this is going to be rewritten in the next version and also general purpose bars are going to be included. I haven't yet decided how to implement this.
edit:
The winamp progress bar for 0.3.2:
Graphic0=winamp_progbar(10,55,5,100)
winamp_progbar(xposition,yposition,height,width)