discoverpixy
Functions | Variables
screen_filetest.c File Reference
#include "screen_filetest.h"
#include "button.h"
#include "tft.h"
#include "filesystem.h"
#include <stdlib.h>
Include dependency graph for screen_filetest.c:

Functions

static void b_back_cb (void *button)
 
static void image_test ()
 
static void enter (void *screen)
 
static void leave (void *screen)
 
static void update (void *screen)
 
SCREEN_STRUCTget_screen_filetest ()
 

Variables

static BUTTON_STRUCT b_back
 
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 enter ( void *  screen)
static

Here is the call graph for this function:

static void image_test ( )
static

Here is the call graph for this function:

Here is the caller 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_back
static
SCREEN_STRUCT screen
static
Initial value:
= {
}
static void leave(void *screen)
Definition: screen_filetest.c:113
static void update(void *screen)
Definition: screen_filetest.c:117
static void enter(void *screen)
Definition: screen_filetest.c:17