Raptor-Dev-Display-Screen-Functions: Difference between revisions
No edit summary |
No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 21: | Line 21: | ||
| [[file:RaptorDisplayButtonBarSetupButton.png|frameless|border|Button Bar Setup Button block|center]] | | [[file:RaptorDisplayButtonBarSetupButton.png|frameless|border|Button Bar Setup Button block|center]] | ||
|- | |- | ||
! <h5>[[Raptor:Display Goto Screen| | ! <h5>[[Raptor:Display Goto Screen|"Go To" Screen]]</h5> | ||
| <p> This block changes the active screen on the display to the one selected.</p> | | <p> This block changes the active screen on the display to the one selected.</p> | ||
| [[file:RaptorDisplayGotoScreen.png|frameless|border|Goto Screen block|center]] | | [[file:RaptorDisplayGotoScreen.png|frameless|border|Goto Screen block|center]] | ||
|- | |||
! <h5>[[Raptor:Recalibrate Screen|Recalibrate Screen]]</h5> | |||
| <p> This block triggers a jump from the current screen back to the touch screen calibration.</p> | |||
| [[file:RaptorDisplayRecalbratescreen.jpg|frameless|border|Goto Recalibrate Screen block|center]] | |||
|- | |- | ||
! <h5>[[Raptor:Display Screen Definition|Screen Definition]]</h5> | ! <h5>[[Raptor:Display Screen Definition|Screen Definition]]</h5> | ||
| <p>This block is used to define a screen on the display. The output functions are called automatically when the screen is loaded or active.</p> | | <p>This block is used to define a screen on the display. The output functions are called automatically when the screen is loaded or active.</p> | ||
| [[file:RaptorDisplayScreenDefinition.png|frameless|border|Screen Definition block|center]] | | [[file:RaptorDisplayScreenDefinition.png|frameless|border|Screen Definition block|center]] | ||
|- | |||
! <h5>[[Raptor:Display Screen Reference|Screen Reference]]</h5> | |||
| <p>This block outputs a screen reference which can be used with the "Go To" Screen block.</p> | |||
| [[file:RaptorDisplayScreenReference.jpg|frameless|border|Screen Reference block|center]] | |||
|- | |||
! <h5>[[Raptor:Display Screen Select|Screen Select]]</h5> | |||
| <p>This block selects a screen reference based on an index.</p> | |||
| [[file:RaptorDisplayScreenSelect.jpg|frameless|border|Screen Select block|center]] | |||
|- | |- | ||
! <h5>[[Raptor:Display Splash Screen|Splash Screen]]</h5> | ! <h5>[[Raptor:Display Splash Screen|Splash Screen]]</h5> |
Latest revision as of 14:56, 1 September 2016
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. |
|
"Go To" Screen |
This block changes the active screen on the display to the one selected. |
|
Recalibrate Screen |
This block triggers a jump from the current screen back to the touch screen calibration. |
|
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. |
|
Screen Reference |
This block outputs a screen reference which can be used with the "Go To" Screen block. |
|
Screen Select |
This block selects a screen reference based on an index. |
|
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. |