LCDInfo.com

http://www.lcdinfo.com
It is currently Fri Mar 29, 2024 9:57

All times are UTC + 2 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Zoomplayer
PostPosted: Sat Jan 17, 2004 12:23 
Offline

Joined: Thu Jan 08, 2004 17:59
Posts: 1
hallo
im search for the *.xml datei for zoomplayer
in lcdinfo 0.6 is the zoomplayer .dll datei and not the *.xml
My LCD is a GLCD 240x128 with T6963c controller.

I need help.

Sorry for the Englisch, my englisch is verry mist.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 17, 2004 14:37 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
Here's an example zoomplayer screen. It has the basic 240x128 background image and text "Zoomplayer" on the first row. On the third row is the zoomplayer status message.

I only wrote this here and it's not tested but it shouldn't be that complicated so I hope it's correct. Also there's no transition to another screen from this one. For that you need to add <action> as described in the screen editing instuctions.

Code:
<screen>
   <name>ZoomPlayer</name>

   <item type="image" x="0" y="0">
      <imagebitmap>screens\240x128\bg_nfo_240x128.bmp</imagebitmap>
      <refresh>500</refresh>
   </item>

   <item type="text" x="0" y="0">
      <scrolltype>none</scrolltype>
      <textpos>left</textpos>
      <fieldsize>10</fieldsize>
      <textdata>ZoomPlayer</textdata>
      <refresh>1000</refresh>
   </item>

   <item type="plugintext" x="2" y="2">
      <scrolltype>none</scrolltype>
      <textpos>left</textpos>
      <fieldsize>15</fieldsize>
      <varid>ZoomPlayer.Status</varid>
      <refresh>500</refresh>
   </item>

</screen>


You can see list of ZoomPlayer variables here: http://www.skippari.net/phpBB2/viewtopic.php?t=398
And here's general information about making screens:
http://www.skippari.net/phpBB2/viewtopic.php?t=386

I hope this would get you started. If there's any option you'd like more information about let me know.


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

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 15 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