Subversion Repositories HomeAutomation

Rev

Rev 1015 | Rev 1019 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1015 Rev 1017
Line 128... Line 128...
128
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
128
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
129
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
129
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
130
        <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
130
        <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
131
      </variables>
131
      </variables>
132
    </command>
132
    </command>
133
    <command id="128" name="LCD_Clear" type="specific" module="KS0108" description="Clear LCD"/>
133
    <command id="128" name="LCD_Clear" type="specific" module="KS0108" description="Clear LCD">
-
 
134
      <variables>
-
 
135
        <variable name="Inverted" type="uint" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen"/>
-
 
136
      </variables>
-
 
137
    </command>
134
    <command id="129" name="LCD_Cursor" type="specific" module="KS0108" description="Set LCD cursor position">
138
    <command id="129" name="LCD_Cursor" type="specific" module="KS0108" description="Set LCD cursor position">
135
      <variables>
139
      <variables>
136
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
140
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
137
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
141
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
138
      </variables>
142
      </variables>
139
    </command>
143
    </command>
140
    <command id="130" name="LCD_Text" type="specific" module="KS0108" description="Print text on LCD">
144
    <command id="130" name="LCD_Text" type="specific" module="KS0108" description="Print text on LCD">
141
      <variables>
145
      <variables>
142
        <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
146
        <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
143
      </variables>
147
      </variables>
144
    </command>
148
    </command>
145
    <command id="132" name="LCD_Backlight" type="specific" module="KS0108" description="Set LCD backlight brightness">
149
    <command id="132" name="LCD_Backlight" type="specific" module="KS0108" description="Set LCD backlight brightness">
146
      <variables>
150
      <variables>
147
        <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
151
        <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
148
      </variables>
152
      </variables>
149
    </command>
153
    </command>
150
      <command id="133" name="LCD_TextAt" type="specific" module="KS0108" description="Print text on LCD">
154
      <command id="133" name="LCD_TextAt" type="specific" module="KS0108" description="Print text on LCD">
151
      <variables>
155
      <variables>
-
 
156
        <variable name="Inverted" type="uint" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen"/>
-
 
157
    <variable name="Transparent" type="uint" start_bit="1" bit_length="1" unit="" description="Set to 1 of you want to keep screen background"/>
152
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
158
    <variable name="X" type="uint" start_bit="2" bit_length="8" unit="" description=""/>
153
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
159
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
154
        <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
160
        <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
155
      </variables>
161
      </variables>
156
    </command>
162
    </command>
157
    <command id="128" name="Demo" type="specific" module="Dimmer230" description="">
163
    <command id="128" name="Demo" type="specific" module="Dimmer230" description="">