Update CommandSet.MD
This commit is contained in:
parent
ac18796c87
commit
7993a65917
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ All commands are _Escaped_ with hex 1b.
|
|||
| ------ | ------ | ------ | ------ |
|
||||
|1B 40 | YES | | Display Init |
|
||||
|1B 42 0n | YES | YES |Back Light ? (1..7) ? |
|
||||
|1B 47 [1024 bytes] | | YES | Upload Picture |
|
||||
|1B 47 [1024 bytes] | YES | YES | Upload Picture (1) |
|
||||
|1B 12 | | | Vertical scroll mode |
|
||||
|1B 13 | | | Horizontal Scroll mode |
|
||||
|1B 5B 41 | YES | | Move Cursor Up|
|
||||
|
|
@ -20,3 +20,5 @@ All commands are _Escaped_ with hex 1b.
|
|||
|1B 5F 0n | | |Set Cursor on/off (1/0)|
|
||||
|1B 72 0n | YES | | Inverted character [n 0:OFF 1:ON]|
|
||||
|1B 50 nn | YES | | Show Graphics Page nn |
|
||||
|
||||
(1) : picture are 128x64 pixels, encoded 1 pixel per bits
|
||||
Loading…
Reference in a new issue