|
discoverpixy
|
#include "screen_photomode.h"#include "screen_photomode_save.h"#include "button.h"#include "tft.h"#include "touch.h"#include "pixy.h"#include "system.h"#include "pixy_frame.h"
Functions | |
| static void | b_back_cb (void *button) |
| static void | b_save_cb (void *button) |
| static void | touchCB (void *touchArea, TOUCH_ACTION triggeredAction) |
| static void | enter (void *screen) |
| static void | leave (void *screen) |
| static void | update (void *screen) |
| SCREEN_STRUCT * | get_screen_photomode () |
Variables | |
| static bool | pixy_connected = false |
| static BUTTON_STRUCT | b_back |
| static BUTTON_STRUCT | b_save |
| static TOUCH_AREA_STRUCT | a_area |
| static bool | subMenu =false |
| static POINT_STRUCT | pixy_pos |
| static POINT_STRUCT | old_pos |
| static SCREEN_STRUCT | screen |
|
static |


|
static |


|
static |

|
static |

|
static |


|
static |

|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.9.1