Rev 1017 | Rev 1023 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1017 | Rev 1019 | ||
|---|---|---|---|
| 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 | ||
| - | 134 | ||
| - | 135 | ||
| - | 136 | ||
| 133 | <command id="128" name="LCD_Clear" type="specific" module="KS0108" description="Clear LCD"> |
137 | <command id="128" name="LCD_Clear" type="specific" module="KS0108" description="Clear LCD"> |
| 134 | <variables> |
138 | <variables> |
| 135 | <variable name="Inverted" type="uint" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen"/> |
139 | <variable name="Inverted" type="uint" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen"/> |
| 136 | </variables> |
140 | </variables> |
| 137 | </command> |
141 | </command> |
| 138 | <command id="129" name="LCD_Cursor" type="specific" module="KS0108" description="Set LCD cursor position"> |
142 | <command id="129" name="LCD_Cursor" type="specific" module="KS0108" description="Set LCD cursor position"> |
| 139 | <variables> |
143 | <variables> |
| 140 | <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
144 | <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description="Char position in x direction"/> |
| - | 145 | <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description="Char position in y direction"/> |
|
| - | 146 | <variable name="Inverted" type="uint" start_bit="16" bit_length="1" unit="" description="Set to 1 of you want an inverted output"/> |
|
| - | 147 | <variable name="Transparent" type="uint" start_bit="17" bit_length="1" unit="" description="Set to 1 of you want to keep screen background"/> |
|
| - | 148 | </variables> |
|
| - | 149 | </command> |
|
| - | 150 | <command id="130" name="LCD_Text" type="specific" module="KS0108" description="Print text on LCD on current postion, according to the latest LCD_Cursor command"> |
|
| - | 151 | <variables> |
|
| 141 | <variable name=" |
152 | <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/> |
| 142 | </variables> |
153 | </variables> |
| 143 | </command> |
154 | </command> |
| 144 | <command id=" |
155 | <command id="131" name="LCD_Invert" type="specific" module="KS0108" description="Invert LCD"> |
| 145 | <variables> |
156 | <variables> |
| 146 | <variable name=" |
157 | <variable name="Inverted" type="uint" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen"/> |
| 147 | </variables> |
158 | </variables> |
| 148 | </command> |
159 | </command> |
| 149 | <command id="132" name="LCD_Backlight" type="specific" module="KS0108" description="Set LCD backlight brightness"> |
160 | <command id="132" name="LCD_Backlight" type="specific" module="KS0108" description="Set LCD backlight brightness"> |
| 150 | <variables> |
161 | <variables> |
| 151 | <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
162 | <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| Line 158... | Line 169... | ||
| 158 | <variable name="X" type="uint" start_bit="2" bit_length="8" unit="" description=""/> |
169 | <variable name="X" type="uint" start_bit="2" bit_length="8" unit="" description=""/> |
| 159 | <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
170 | <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 160 | <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/> |
171 | <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/> |
| 161 | </variables> |
172 | </variables> |
| 162 | </command> |
173 | </command> |
| - | 174 | ||
| - | 175 | ||
| - | 176 | ||
| - | 177 | ||
| 163 | <command id="128" name="Demo" type="specific" module="Dimmer230" description=""> |
178 | <command id="128" name="Demo" type="specific" module="Dimmer230" description=""> |
| 164 | <variables> |
179 | <variables> |
| 165 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
180 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 166 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
181 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 167 | <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
182 | <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |