#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(); /*@}*/ /*@}*/