LCDInfo.com

http://www.lcdinfo.com
It is currently Fri Mar 29, 2024 11:06

All times are UTC + 2 hours




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Sun Sep 05, 2004 14:33 
Offline

Joined: Thu Sep 02, 2004 16:50
Posts: 7
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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 07, 2004 12:32 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
I'll make you some example when I get home tonight.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 08, 2004 18:55 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
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 ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 09, 2004 19:06 
Offline

Joined: Thu Sep 02, 2004 16:50
Posts: 7
Cool! That is nice.. Can you send me other things about it?

Greez from Germany!
Bullrich


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 10, 2004 19:34 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
What do you mean with 'other things' ?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group