Konacan kod

Dependencies:   BSP_DISCO_F469NIa LCD_DISCO_F469NIa SD_DISCO_F469NI mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers screen_library.h Source File

screen_library.h

00001 #include "draw_print_library.h"
00002 
00003 //List of functions
00004 void ChangeCommand();                       //Interrupt function for registering change command
00005 void ChangeScreen();                        //Changes the screen if needed.
00006 
00007 void SetIntro();                            // Set Intro screen
00008 void SetMain();                             // Set Main screen
00009 void SetFirstAux();                         // Set First Auxiliary screen
00010 void SetSecondAux();                        // Set Second Auxiliary screen
00011 
00012 void MainUpdate();                          // Update information in Main screen
00013 void FirstAuxUpdate();                      // Update information in First Auxiliary screen
00014 void SecondAuxUpdate();                     // Update information in Second Auxiliary screen