discoverpixy
Functions
Calibrate (Screen)
Collaboration diagram for Calibrate (Screen):

Functions

SCREEN_STRUCTget_screen_calibrate ()
 

Detailed Description

The calibrate screen for the touch module

Function Documentation

SCREEN_STRUCT* get_screen_calibrate ( )

Returns a pointer to the calibrate screen

See also
gui_screen_navigate
Returns

Definition at line 118 of file screen_calibrate.c.

119 {
120  return &screen;
121 }
static SCREEN_STRUCT screen