Documented pixy_helper and implemented/finished photo-mode screens! Snap some shots!

This commit is contained in:
t-moe
2015-05-16 00:11:19 +02:00
parent 27c09bad0d
commit 62006e0028
9 changed files with 532 additions and 55 deletions

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