Function Features: Difference between revisions
From Smart LCD
Created page with "== Basic Concept == '''<u>PAGE</u>''' Each display interface is a PAGE. It could contain / link with all the predefined content. (e.g. background image, page elements, etc. ) '''<u>Page Elements</u>''' 29 type page elements could be use on screen 9 action type elements, 6 Character (Alpha Numeric) type elements, 6 image type elements, 8 graphics type elements Most of them are linked with VP variable to generate dynamic display content. '''<u>Image Recourses</..." |
|||
| Line 22: | Line 22: | ||
Call Functions are functions (e.g. keyboard, values operations, etc) that could be trigged by a Page start, Touch Key or Virtual Touch Key. | Call Functions are functions (e.g. keyboard, values operations, etc) that could be trigged by a Page start, Touch Key or Virtual Touch Key. | ||
== Display and | == Display Elements and Functions Relation == | ||
[[File:SGT-linking.png|640x640px]] | [[File:SGT-linking.png|640x640px]] | ||
Revision as of 20:13, 13 February 2025
Basic Concept
PAGE Each display interface is a PAGE. It could contain / link with all the predefined content. (e.g. background image, page elements, etc. )
Page Elements 29 type page elements could be use on screen 9 action type elements, 6 Character (Alpha Numeric) type elements, 6 image type elements, 8 graphics type elements Most of them are linked with VP variable to generate dynamic display content.
Image Recourses Image Recourses include background images (IMG_BKG), icon images (IMG_ICO) and animation images (IMG_ANI). They could link by PAGE or Elements to be show on screen.
VP Variables VP Variables is a RAM area to hold functional variable values. They could be accessed by host via serial port command, value operations or on screen Keyboard etc.
Call Functions Call Functions are functions (e.g. keyboard, values operations, etc) that could be trigged by a Page start, Touch Key or Virtual Touch Key.