Tagged: Text display
- AuthorPosts
The properties of the scrolling text are basically similar to those of the text variables, except for the additional scrolling mode selection and the scrolling spacing settings. It should be noted that: 1. the three cells starting from the variable storage address are not used, and the text is stored starting from the “variable storage address + 3” cell; for example, if the variable is stored in the “variable storage address + 3” cell, the text is stored in the “variable storage address + 3” cell.
The storage unit address is 0x0100, when we write text with 0x82 instruction, we should start from 0x0103 unit. 2.
The word lengths in the property settings are only used by the VGUS development tool to automatically assign variable storage addresses and check unit address conflicts.
(1) The text must be written in the form of 0xFFFF, and then it will not be displayed after the end of 0xFFFF. 3) The actual length of the text is not limited.
There is no limit to the actual length of the text, the maximum allowable length is 1024 words, and the text must end with 0xFFFF when written with 0x82 instructions.
As an end-of-text marker.I’ve had some screens from other brands and they seem to be set up in a similar way!
- AuthorPosts
You must be logged in to reply to this topic.