discoverpixy
Functions | Variables
screen_guitest.c File Reference
#include "screen_guitest.h"
#include "button.h"
#include "tft.h"
#include "checkbox.h"
#include "numupdown.h"
Include dependency graph for screen_guitest.c:

Functions

static void checkboxCB (void *checkbox, bool checked)
 
static void b_back_cb (void *button)
 
static void n_updown_cb (void *numupdown, int16_t value)
 
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_guitest ()
 

Variables

static BUTTON_STRUCT b_back
 
static TOUCH_AREA_STRUCT a_area
 
static CHECKBOX_STRUCT c_cbox
 
static NUMUPDOWN_STRUCT n_updown
 
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 checkboxCB ( void *  checkbox,
bool  checked 
)
static

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 n_updown_cb ( void *  numupdown,
int16_t  value 
)
static

Here is the caller graph for this function:

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

Here is the caller graph for this function:

static void update ( void *  screen)
static

Variable Documentation

TOUCH_AREA_STRUCT a_area
static
BUTTON_STRUCT b_back
static
CHECKBOX_STRUCT c_cbox
static
NUMUPDOWN_STRUCT n_updown
static
SCREEN_STRUCT screen
static
Initial value:
= {
}
static void update(void *screen)
Definition: screen_guitest.c:118
static void enter(void *screen)
Definition: screen_guitest.c:48
static void leave(void *screen)
Definition: screen_guitest.c:111