Raptor-Dev-Display-Screen-Functions: Difference between revisions
(Created page with 'Return to the main Raptor page Return to Display Libraries page [[File:RaptorDisplayScreenFunctions.png|right|frame|Raptor™ Displa…') |
No edit summary |
||
Line 1: | Line 1: | ||
[[ | {{DISPLAYTITLE:Raptor-Dev Display Screen Functions}} | ||
{{Navigation}} [[Raptor-Platform | Raptor Platform]] > [[Raptor-Dev | Raptor-Dev]] > [[Raptor-Dev-Display-Libraries|Raptor-Dev Display Libraries]] > '''Raptor-Dev Display Drawing Functions''' | |||
[[Raptor | |||
[[File:RaptorDisplayScreenFunctions.png|right|frame|Raptor™ Display Screen Functions]] | [[File:RaptorDisplayScreenFunctions.png|right|frame|Raptor™ Display Screen Functions]] |
Revision as of 17:54, 24 March 2015
New Eagle > Products Wiki > Raptor Platform > Raptor-Dev > Raptor-Dev Display Libraries > Raptor-Dev Display Drawing Functions
The blocks in this subsystem are used for general screen functions. These include defining screens, navigating between screens, and setting up the button bar.
Blocks
Block | Description | Appearance |
---|---|---|
Button Bar Properties |
This block sets the height and mode of the button bar. This block should be called in the Create_Background or Create_Foreground function of the screen definition. |
|
Button Bar Setup Button |
This block sets the properties of a button on the buttonbar. This block should be called in the Create_Background or Update_Foreground function of the screen def block. |
|
Goto Screen |
This block changes the active screen on the display to the one selected. |
|
Screen Definition |
This block is used to define a screen on the display. The output functions are called automatically when the screen is loaded or active. |
|
Splash Screen |
This block is used to define the splash screen which will be displayed when the display module is booting. Only one of these blocks can exist in the model. |