Subversion Repositories HomeAutomation

Rev

Rev 15 | Rev 641 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. <?xml version='1.0' encoding='utf-8'?>
  2.  
  3. <!-- Configuration file for SmallDisplays Macbeth module. -->
  4. <modsmalldisplays>
  5.  
  6.     <!-- list of displays -->
  7.     <list name="displays">
  8.         <!-- the desktop display -->
  9.         <item>
  10.             <field name="target" value="DesktopDisplay"/>
  11.             <field name="info" value="Development display, desktop"/>
  12.             <field name="width" value="16"/>
  13.             <field name="rows" value="2"/>
  14.             <!-- specify startposition of first char on each row (in DECIMAL, not hex!) -->
  15.             <field name="rowaddresses" value="0,64"/>
  16.             <!-- specify what modules data should be written to this display -->
  17.             <field name="users" value="TempFetcher,TVchart"/>
  18.         </item>
  19.  
  20.     </list>
  21.  
  22. </modsmalldisplays>