diff --git a/CommandSet.MD b/CommandSet.MD index 965e034..601e17e 100644 --- a/CommandSet.MD +++ b/CommandSet.MD @@ -2,23 +2,23 @@ All commands are _Escaped_ with hex 1b. -| Commands | Test in G500 | Find In Tap | Descr | +| Commands | write size | Test in G500 | Find In Tap | Descr | | ------ | ------ | ------ | ------ | -|1B 40 | YES | | Display Init | -|1B 42 0n | YES | YES |Back Light ? (1..7) ? | -|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| -|1B 5B 42 | YES | | Move Cursor Down| -|1B 5B 43 | YES | | Move Cursor Right| -|1B 5B 44 | YES | | Move Cursor Left| -|1B 5B 48 | | | Move Cursor Home| -|1B 5B 4B | | | Move Cursor Bottom position ?| -|1B 5B 4C | | | Move Cursor Left Most position ?| -|1B 5B 52 | | | Move Cursor Right Most position ?| -|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 | +|0x1B 0x40 | 2 | YES | | Display Init | +|0x1B 0x42 0n | 3 |YES | YES |Back Light ? (1..7) ? | +|0x1B 0x47 [1024 bytes]| 1026 | YES | YES | Upload Picture (1) | +|0x1B 0x12 | 2 | | | Vertical scroll mode | +|0x1B 0x13 | 2 | | | Horizontal Scroll mode | +|0x1B 0x5B 0x41 | 3 | YES | | Move Cursor Up| +|0x1B 0x5B 0x42 | 3 | YES | | Move Cursor Down| +|0x1B 0x5B 0x43 | 3 | YES | | Move Cursor Right| +|0x1B 0x5B 0x44 | 3 | YES | | Move Cursor Left| +|0x1B 0x5B 0x48 | 3 | | | Move Cursor Home| +|0x1B 0x5B 0x4B | 3 | | | Move Cursor Bottom position ?| +|0x1B 0x5B 0x4C | 3 | | | Move Cursor Left Most position ?| +|0x1B 0x5B 0x52 | 3 | | | Move Cursor Right Most position ?| +|0x1B 0x5F 0x0n | 3 | | | Hide Cursor on/off (1/0)| +|0x1B 0x72 0x0n | 3 | YES | | Inverted character [n 0:OFF 1:ON]| +|0x1B 0x50 nn | 3 | YES | | Show Graphics Page nn | (1) : picture are 128x64 pixels, encoded 1 pixel per bits \ No newline at end of file