Konacan kod

Dependencies:   BSP_DISCO_F469NIa LCD_DISCO_F469NIa SD_DISCO_F469NI mbed

screen_library.h

Committer:
formulas
Date:
2018-05-16
Revision:
1:ed6a402be3e3
Parent:
0:38c3afd99aeb

File content as of revision 1:ed6a402be3e3:

#include "draw_print_library.h"

//List of functions
void ChangeCommand();                       //Interrupt function for registering change command
void ChangeScreen();                        //Changes the screen if needed.

void SetIntro();                            // Set Intro screen
void SetMain();                             // Set Main screen
void SetFirstAux();                         // Set First Auxiliary screen
void SetSecondAux();                        // Set Second Auxiliary screen

void MainUpdate();                          // Update information in Main screen
void FirstAuxUpdate();                      // Update information in First Auxiliary screen
void SecondAuxUpdate();                     // Update information in Second Auxiliary screen