And you thought you would be able to relax once classes were over!jdgordon said:
i have a million things on my various todo lists
Jim
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
And you thought you would be able to relax once classes were over!jdgordon said:
i have a million things on my various todo lists
The textfile2 plugin should take care of XML.tucker_adelaide said:Is anyone game to take up challenge of creaking a plugin or a program that can output values from an XML file. For example: I have a weather station that outputs information. I want to be able to say " Temprature %temp%" where %temp% is where the value is getting from the XML file.
It would, but i dont have the time to do this at the moment.tucker_adelaide said:Thats all well and good. However Im not a huge fan of Regex because I can never understand how to get it to work just a simple program that will read the tree and pick up the value (similar to the one Samurize use) would make life so much easier.
You can do #1 now...n0saj said:1) Would like to see multilevel menuing with the buttons on the LCD module. (like the OSD of a computer monitor) Also would like to see option for PC keyboard mapping as well. This could ultimately be used to navigate multiple screens and/or control fan speeds.
Let me know if anything I have requested is already do-able but from all my searches/forum reading I believe them not to be yet.
I'm up to my armpits at work right now so forgive me for giving such short answers.n0saj said:Can you give some hints on how to do no.1 if its possible now. I have seen one example of using buttons on LCD panel.
What I want to do is allow user to skip forwards/back between screens using left/right buttons on keypad. I then want to use up/down buttons, Ok (tick) and Cancel(cross) to change custom settings on these screens. I would also like to make this function available using say CTRL+ALT+arrow keys on PC keyboard as well if its possible.
At the moment the only custom settings I have in mind are auto/manual fan control switching & manual fan speed settings. I have some other ideas. (eg. reading PC event log) as well but I suspect these will need additional plugins. (which I am prepared to write if I can get the development SDK for plugins).
FWIW, I wrote a programming "guide" that discusses how to program CC2, CC2 plugins, keypad, keyboard, etc. Includes many sample screens.n0saj said:Can you give some hints on how to do no.1 if its possible now. I have seen one example of using buttons on LCD panel.
What I want to do is allow user to skip forwards/back between screens using left/right buttons on keypad. I then want to use up/down buttons, Ok (tick) and Cancel(cross) to change custom settings on these screens. I would also like to make this function available using say CTRL+ALT+arrow keys on PC keyboard as well if its possible.
At the moment the only custom settings I have in mind are auto/manual fan control switching & manual fan speed settings. I have some other ideas. (eg. reading PC event log) as well but I suspect these will need additional plugins. (which I am prepared to write if I can get the development SDK for plugins).
Would love to see this as well. I would hope it would be OSCAR compliant so any AIM "client" would work, such as GAIM, which is what I use. GAIM is open source, so it would be easier to interface to.swizzbeats said:can somebody please make a plugin for AOL instant messenger?
How is that different than using the normal items?meklubba said:A plugin for concatenation of strings and other plugin values to 1 string.
Something like this, using # to denote an id number.
[concat01]
id=12345678900
update_time=5000
string="Core: " + #249415841 + "V, +3.3V: " + #2891227368 + "V, +5V: " + #4160193155 + "V, +12V: " + #1279566055 + "V, "
Then you could take this concatenated string and scroll it in a 10 character wide section in a row. This way you can view much more information using less space. Of course it is only usefull for information that does not change that often.