From 05a571e8db498b93b6fe47eb5629692b7600e44c Mon Sep 17 00:00:00 2001 From: Frater Date: Wed, 7 Oct 2020 22:43:46 +0200 Subject: [PATCH] Update CommandSet.MD --- CommandSet.MD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CommandSet.MD b/CommandSet.MD index c67f397..abb288e 100644 --- a/CommandSet.MD +++ b/CommandSet.MD @@ -1,2 +1,22 @@ All commands are _Escaped_ with hex 1b. + + +| Commands | Test in G500 | Find In Tap | Descr | +| ------ | ------ | ------ | ------ | +|1B 40 | YES | | Display Init | +|1B 42 0n | | YES |Back Light ? (1..7) ? | +|1B 47 [1024 bytes] | | YES | Upload Picture | +|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 |