LCDInfo.com http://forum.lcdinfo.com/ |
|
Problem with 128*64 Config! http://forum.lcdinfo.com/viewtopic.php?f=10&t=820 |
Page 1 of 1 |
Author: | Bullrich [ Sun Sep 05, 2004 14:33 ] |
Post subject: | Problem with 128*64 Config! |
Hi @ all! I have a question with my config. My winamp config is all right, but i will have a status with date /time and the status from the pc (ram cpu etc.) In version 0.3 is it all right. (with the .txt-files) But i don't understand the xml system. Can somebody make a xml file for me or can somebody send me his config? And the important things for me are the Networkstats. I have a CFAG12864BTMIV 128*64 blue with the controller Samsung KS0107/KS0108. Please help me! Greez from Germany Bullrich |
Author: | Henri [ Tue Sep 07, 2004 12:32 ] |
Post subject: | |
I'll make you some example when I get home tonight. |
Author: | Henri [ Wed Sep 08, 2004 18:55 ] |
Post subject: | |
Of course I forgot about this, who would have guessed... Here's a simple example xml file that gives some network stats: Code: <screen>
<name>Network stats</name> <action> <id>Core.NextScreen</id> <delay>10000</delay> </action> <item type="text" x="0" y="0"> <scrolltype>left</scrolltype> <textpos>left</textpos> <fieldsize>16</fieldsize> <textdata>Network stats</textdata> <refresh>500</refresh> </item> <item type="plugintext" x="0" y="1"> <scrolltype>left</scrolltype> <textpos>left</textpos> <fieldsize>13</fieldsize> <varid>NetStats.DownloadSpeed0</varid> <refresh>500</refresh> </item> <item type="plugintext" x="0" y="2"> <scrolltype>left</scrolltype> <textpos>left</textpos> <fieldsize>13</fieldsize> <varid>NetStats.DownloadSpeed1</varid> <refresh>500</refresh> </item> <item type="plugintext" x="0" y="3"> <scrolltype>left</scrolltype> <textpos>left</textpos> <fieldsize>13</fieldsize> <varid>NetStats.DownloadSpeed2</varid> <refresh>500</refresh> </item> <item type="plugintext" x="20" y="1"> <scrolltype>left</scrolltype> <textpos>left</textpos> <fieldsize>13</fieldsize> <varid>NetStats.DownloadSpeed3</varid> <refresh>500</refresh> </item> </screen> It shows the current download speed in KB/s of 4 different network adapters in the system. Of course you might not have this many or you might have more so edit to suit your needs. You can look at the log.txt file in your lcdinfo directory for all the NetStats.* variables available. In the /screens/128x64/ directory of your lcdinfo install you should also have some 128x64 example screens that also have background images. Is this of any help ? |
Author: | Bullrich [ Thu Sep 09, 2004 19:06 ] |
Post subject: | |
Cool! That is nice.. Can you send me other things about it? Greez from Germany! Bullrich |
Author: | Henri [ Fri Sep 10, 2004 19:34 ] |
Post subject: | |
What do you mean with 'other things' ? |
Page 1 of 1 | All times are UTC + 2 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |