神秘の宅叔 发表于 2020-2-11 16:43:49

Demo:T5_DGUSII_Data Display & Data Input

本帖最后由 神秘の宅叔 于 2020-2-11 17:38 编辑

Data Display:Used to display numeric information. It uses fixed-point integer values.

Data Input:Opens a keyboard for numeric values input. It uses fixed-point integer values.

3demoes of different resolutions in the attachmentfor reference.


Examples of serial communication instructions:
Write the value 101 in VP 0x1001
0x5A 0xA5 0x05 0x82 0x1001 0x0065,\"10.1\" will be displayed on the screen.(because the Number of digits to the right of the decimal separator sets 1.)
Write the red hexadecimal code "0xF800" in SP address 0x5003
0x5A 0xA5 0x05 0x82 0x5003 0xF800 ,The color of the data variable displays red.







页: [1]
查看完整版本: Demo:T5_DGUSII_Data Display & Data Input