24 lines
300 B
C
24 lines
300 B
C
#include "screen.h"
|
|
|
|
|
|
/**
|
|
* @addtogroup screens
|
|
*/
|
|
/*@{*/
|
|
|
|
/**
|
|
* @defgroup guitest Guitest
|
|
* 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();
|
|
|
|
/*@}@}*/
|