Redesigned main menu. Moved stuff from pixytest to a new helper file and to the new "photo mode"-screen.
This commit is contained in:
22
common/app/screen_photomode.h
Normal file
22
common/app/screen_photomode.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#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();
|
||||
|
||||
/*@}*/
|
||||
/*@}*/
|
||||
Reference in New Issue
Block a user