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

Functions

static void b_guitest_cb (void *button)
 
static void b_filetest_cb (void *button)
 
static void b_pixytest_cb (void *button)
 
static void enter (void *screen)
 
static void leave (void *screen)
 
static void update (void *screen)
 
SCREEN_STRUCTget_screen_main ()
 

Variables

BUTTON_STRUCT b_guitest
 
BUTTON_STRUCT b_pixytest
 
BUTTON_STRUCT b_filetest
 
static SCREEN_STRUCT screen
 

Function Documentation

static void b_filetest_cb ( void *  button)
static

Here is the call graph for this function:

Here is the caller graph for this function:

static void b_guitest_cb ( void *  button)
static

Here is the call graph for this function:

Here is the caller graph for this function:

static void b_pixytest_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 update ( void *  screen)
static

Variable Documentation

BUTTON_STRUCT b_filetest
BUTTON_STRUCT b_guitest
BUTTON_STRUCT b_pixytest
SCREEN_STRUCT screen
static
Initial value:
= {
}
static void enter(void *screen)
Definition: screen_main.c:25
static void leave(void *screen)
Definition: screen_main.c:68
static void update(void *screen)
Definition: screen_main.c:74