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

Go to the source code of this file.

Functions

SCREEN_STRUCTgui_screen_get_current ()
 
void gui_screen_update ()
 
bool gui_screen_navigate (SCREEN_STRUCT *screen)
 
bool gui_screen_back ()
 

Variables

static SCREEN_STRUCTscreen_list = NULL
 
static SCREEN_STRUCTscreen_current = NULL
 
static volatile SCREEN_STRUCTscreen_goto = NULL
 

Variable Documentation

SCREEN_STRUCT* screen_current = NULL
static

Definition at line 32 of file screen.c.

volatile SCREEN_STRUCT* screen_goto = NULL
static

Definition at line 33 of file screen.c.

SCREEN_STRUCT* screen_list = NULL
static

Definition at line 31 of file screen.c.