- Single command example:
refresh 1 - Combined commands use
--as separator, for example:mode text -- contrast 5 -- ink 2 -- refresh 2
| Command | Parameters | Description | Example |
|---|---|---|---|
mode |
text | image | video |
Switch display mode | mode text |
contrast |
1-9 | +n | -n |
Set/adjust contrast (supports relative values) | contrast +1 |
ink |
1-5 | +n | -n |
Set/adjust ink level (supports relative values) | ink 3 |
light |
off | cold | warm | mix [brightness] [temperature] |
Set front-light mode (mix may include brightness/temperature) |
light mix 30 90 |
bright |
0-100 | +n | -n |
Set/adjust front-light brightness (supports relative values) | bright 40 |
temp |
0-100 | +n | -n |
Set/adjust front-light temperature (supports relative values) | temp 80 |
refresh |
[count] |
Full refresh; default count is used when omitted | refresh 1 |
wait |
[milliseconds] |
Wait for a duration in combined commands | wait 500 |
status |
None | Query current display status (see app logs) | status |
touch |
on | off |
Enable/disable Touch Service | touch on |
dither |
on | off |
Enable/disable anti-dithering | dither on |
- Reading preset:
mode text -- contrast 5 -- ink 2 -- bright 30 -- temp 90 -- refresh 3 - Video preset:
mode video -- contrast 1 -- ink 5 -- bright 100 -- temp 100 -- refresh 1 - Wait 2s before refresh:
bright 35 -- temp 85 -- wait 2000 -- refresh 1