discoverpixy
|
#include "screen_photomode_save.h"
#include "filesystem.h"
#include "button.h"
#include "tft.h"
#include "touch.h"
#include "pixy.h"
#include "pixy_frame.h"
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | FILE_LIST_ENTRY_S |
Macros | |
#define | X_OFS 5 |
Typedefs | |
typedef struct FILE_LIST_ENTRY_S | FILE_LIST_ENTRY |
Enumerations | |
enum | { init, error, showlist, picking, saving, done } |
Functions | |
static void | b_back_cb (void *button) |
static void | touchCB (void *touchArea, TOUCH_ACTION triggeredAction) |
static void | enter (void *screen) |
static void | update (void *screen) |
static void | leave (void *screen) |
SCREEN_STRUCT * | get_screen_photomodesave () |
Variables | |
static BUTTON_STRUCT | b_back |
static TOUCH_AREA_STRUCT | a_area |
static int | num_files_ok |
static enum { ... } | state |
static int | fontheight |
static int | liststart |
static const char * | picked_file |
static FILE_LIST_ENTRY * | files_ok |
static const char * | nomatch_text [] |
static unsigned char | bmpheader_data [0x7A] |
static SCREEN_STRUCT | screen |
#define X_OFS 5 |
typedef struct FILE_LIST_ENTRY_S FILE_LIST_ENTRY |
anonymous enum |
Enumerator | |
---|---|
init | |
error | |
showlist | |
picking | |
saving | |
done |
Definition at line 36 of file screen_photomode_save.c.
|
static |
Definition at line 30 of file screen_photomode_save.c.
|
static |
Definition at line 108 of file screen_photomode_save.c.
|
static |
Definition at line 310 of file screen_photomode_save.c.
|
static |
Definition at line 50 of file screen_photomode_save.c.
|
static |
Definition at line 135 of file screen_photomode_save.c.
|
static |
Definition at line 27 of file screen_photomode_save.c.
|
static |
Definition at line 26 of file screen_photomode_save.c.
|
static |
Definition at line 93 of file screen_photomode_save.c.
|
static |
Definition at line 47 of file screen_photomode_save.c.
|
static |
Definition at line 37 of file screen_photomode_save.c.
|
static |
Definition at line 38 of file screen_photomode_save.c.
|
static |
Definition at line 73 of file screen_photomode_save.c.
|
static |
Definition at line 35 of file screen_photomode_save.c.
|
static |
Definition at line 39 of file screen_photomode_save.c.
|
static |
Definition at line 332 of file screen_photomode_save.c.
enum { ... } state |