23 lines
342 B
C
23 lines
342 B
C
#include "screen.h"
|
|
|
|
/**
|
|
* @addtogroup screens
|
|
*/
|
|
/*@{*/
|
|
|
|
/**
|
|
* @defgroup photomode Photo Mode (Screen)
|
|
* The Photo Mode Screen allows taking snapshots of the current pixy cam feed
|
|
*/
|
|
/*@{*/
|
|
|
|
/**
|
|
* Returns a pointer to the photomode screen
|
|
* \sa gui_screen_navigate
|
|
* @return
|
|
*/
|
|
SCREEN_STRUCT* get_screen_photomode();
|
|
|
|
/*@}*/
|
|
/*@}*/
|