Documented pixy_helper and implemented/finished photo-mode screens! Snap some shots!
This commit is contained in:
23
common/app/screen_photomode_save.h
Normal file
23
common/app/screen_photomode_save.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#include "screen.h"
|
||||
|
||||
/**
|
||||
* @addtogroup screens
|
||||
*/
|
||||
/*@{*/
|
||||
|
||||
/**
|
||||
* @defgroup photomodesave Photo Mode Save (Screen)
|
||||
* The Photo Mode Save Screen helps the user saving a file to the filesystem
|
||||
*/
|
||||
/*@{*/
|
||||
|
||||
/**
|
||||
* Returns a pointer to the photomode save screen
|
||||
* \sa gui_screen_navigate
|
||||
* @return
|
||||
*/
|
||||
SCREEN_STRUCT* get_screen_photomodesave();
|
||||
|
||||
/*@}*/
|
||||
/*@}*/
|
||||
|
||||
Reference in New Issue
Block a user