25 lines
308 B
C
25 lines
308 B
C
#include "screen.h"
|
|
|
|
/**
|
|
* @addtogroup touch
|
|
*/
|
|
/*@{*/
|
|
|
|
|
|
/**
|
|
* @defgroup calibrate Calibrate (Screen)
|
|
* The calibrate screen for the touch module
|
|
*/
|
|
/*@{*/
|
|
|
|
|
|
/**
|
|
* Returns a pointer to the calibrate screen
|
|
* \sa gui_screen_navigate
|
|
* @return
|
|
*/
|
|
SCREEN_STRUCT* get_screen_calibrate();
|
|
|
|
/*@}*/
|
|
/*@}*/
|