25 lines
314 B
C
25 lines
314 B
C
#include "screen.h"
|
|
|
|
|
|
/**
|
|
* @addtogroup screens
|
|
*/
|
|
/*@{*/
|
|
|
|
/**
|
|
* @defgroup guitest Guitest (Screen)
|
|
* The Gui-Test Screen tests the gui and the tft module.
|
|
*/
|
|
/*@{*/
|
|
|
|
|
|
/**
|
|
* Returns a pointer to the guitest screen
|
|
* \sa gui_screen_navigate
|
|
* @return
|
|
*/
|
|
SCREEN_STRUCT* get_screen_guitest();
|
|
|
|
/*@}*/
|
|
/*@}*/
|