Changes for page 05 Objects

Last modified by Hunter on 2026/07/14 14:46

From version 21.1
edited by Hunter
on 2026/07/14 14:46
Change comment: There is no comment for this version
To version 20.3
edited by Hunter
on 2026/07/14 14:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -649,9 +649,9 @@
649 649  * **Center:** data display on the center of object.
650 650  * **Align left: **data display on the left.
651 651  * **Align right: **data display on the right.
652 -* **Exchange high-low byte: **Swap the high and low bytes before displaying the data. For example, the string "abcd" is displayed as "badc". If the number of characters is not a multiple of 2, the last character is hidden after swapping.
652 +* **Exchange high-low byte: **Swap the high and low bytes before displaying the data. For example, the string "abcd" is displayed as "badc".
653 653  * **Length: **The length of characters, the maximum length is 256.
654 -* **Exchange high-low word: **Swap the high and low words before displaying the data. For example, the string "abcd" is displayed as "cdab". If the number of characters is not a multiple of 2, the last character is hidden after swapping.
654 +* **Exchange high-low word: **Swap the high and low words before displaying the data. For example, the string "abcd" is displayed as "cdab".
655 655  
656 656  **Keypad position**
657 657