Genovation, Inc.
37
MiniTermPro
Example 2: Stop the string rotation.
Prefix Command Type
Param
ASCII:
@
V
^@
Dec:
64
86
0
Hex:
40h
56h
00h
Setting the velocity to a low speed followed immediately by stopping it will show
the message to the user statically (not rotating). For example. @V1@V0
‘G’ – 47h – Graph Value (v4.10 and greater)
You can use the built-in bar graph function to display visually any value
(temperature, voltage, volume, etc.). The graph value can be anything from 0 to
80 (decimal) and will be located at the current cursor position. Each 5 units takes
one LCD character and any remainder will take one more character. You should
scale your value to fit the space on the LCD you have allotted for your bar graph.
This function uses the ASCII characters 01h through 05h that have been
customized by Genovation for this purpose. See Appendix A for the complete
LCD character set.
Example: Show a graph 36 pixels wide at the current cursor position. This graph
will be 8 characters wide ([7 x 5] + 1 = 36).
Prefix
Command Type
Param
ASCII:
@
G
$
Dec:
64
71
36
Hex:
40h
47h
24h
Calling this function will restore the Genovation CGRAM custom characters. If
you are using custom characters of your own you will need to rebuild them after
calling this function.