discoverpixy
Functions | Variables
screen_photomode.c File Reference
#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"
Include dependency graph for screen_photomode.c:

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_STRUCTget_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
 

Function Documentation

static void b_back_cb ( void *  button)
static

Here is the call graph for this function:

Here is the caller graph for this function:

static void b_save_cb ( void *  button)
static

Here is the call graph for this function:

Here is the caller graph for this function:

static void enter ( void *  screen)
static

Here is the call graph for this function:

static void leave ( void *  screen)
static

Here is the call graph for this function:

static void touchCB ( void *  touchArea,
TOUCH_ACTION  triggeredAction 
)
static

Here is the call graph for this function:

Here is the caller graph for this function:

static void update ( void *  screen)
static

Here is the call graph for this function:

Variable Documentation

TOUCH_AREA_STRUCT a_area
static
BUTTON_STRUCT b_back
static
BUTTON_STRUCT b_save
static
POINT_STRUCT old_pos
static
bool pixy_connected = false
static
POINT_STRUCT pixy_pos
static
SCREEN_STRUCT screen
static
Initial value:
= {
}
static void leave(void *screen)
Definition: screen_photomode.c:122
static void enter(void *screen)
Definition: screen_photomode.c:73
static void update(void *screen)
Definition: screen_photomode.c:131
bool subMenu =false
static