discoverpixy
Functions | Variables
screen_calibrate.c File Reference
#include "screen_calibrate.h"
#include "tft.h"
#include "touch.h"
Include dependency graph for screen_calibrate.c:

Functions

static void enter (void *screen)
 
static void leave (void *screen)
 
static void update (void *screen)
 
SCREEN_STRUCTget_screen_calibrate ()
 

Variables

volatile bool calibration
 
static SCREEN_STRUCT screen
 

Function Documentation

static void enter ( void *  screen)
static

Here is the call graph for this function:

static void leave ( void *  screen)
static
static void update ( void *  screen)
static

Here is the call graph for this function:

Variable Documentation

volatile bool calibration
SCREEN_STRUCT screen
static
Initial value:
= {
}
static void enter(void *screen)
Definition: screen_calibrate.c:9
static void update(void *screen)
Definition: screen_calibrate.c:17
static void leave(void *screen)
Definition: screen_calibrate.c:13