32
turn on / off the cursor by using the US C n command.
16.
US C n Set cursor status
ACSII CODE FORMAT
:
US C n 0<=n<=1
Decimal system format
:
[031][067] n 48<=n<=49
Hexadecimal format
:
[1FH][43H] n 30H<=n<=31H
Instructions: set the cursor's bright / dark state.
。
When n=0
,
Cursor dark
When n=1
,
Cursor light
17.
US. n N display character, and character on the lower right corner of the
dot
ACSII CODE FORMAT
:
US . n
Decimal system format
:
[031][046]n 32<=n<=255
Hexadecimal format
:
[1FH][2EH]n 20H<=n<=FF
Show the character n, and on the lower right corner of the dot character.
18.
US, n Displays the character n and lights the lower right corner of the
comma
ACSII CODE FORMAT
:
US , n
Decimal system format
:
[031][044]n 32<=n<=255
Hexadecimal format
:
[1FH][2CH]n 20H<=n<=FF