Rev 1000 | Rev 1015 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1000 | Rev 1006 | ||
|---|---|---|---|
| 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"/> |
|
| - | 134 | <command id="129" name="LCD_Cursor" type="specific" module="KS0108" description="Set LCD cursor position"> |
|
| - | 135 | <variables> |
|
| - | 136 | <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=""/> |
|
| - | 138 | </variables> |
|
| 133 | 139 | </command> |
|
| - | 140 | <command id="130" name="LCD_Text" type="specific" module="KS0108" description="Print text on LCD"> |
|
| - | 141 | <variables> |
|
| - | 142 | <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/> |
|
| - | 143 | </variables> |
|
| - | 144 | </command> |
|
| - | 145 | <command id="132" name="LCD_Backlight" type="specific" module="KS0108" description="Set LCD backlight brightness"> |
|
| - | 146 | <variables> |
|
| - | 147 | <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
|
| - | 148 | </variables> |
|
| - | 149 | </command> |
|
| - | 150 | <command id="133" name="LCD_TextAt" type="specific" module="KS0108" description="Print text on LCD"> |
|
| - | 151 | <variables> |
|
| - | 152 | <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
|
| - | 153 | <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=""/> |
|
| - | 155 | </variables> |
|
| - | 156 | </command> |
|
| 134 | <command id="128" name="Demo" type="specific" module="Dimmer230" description=""> |
157 | <command id="128" name="Demo" type="specific" module="Dimmer230" description=""> |
| 135 | <variables> |
158 | <variables> |
| 136 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
159 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 137 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
160 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 138 | <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
161 | <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |