Konacan kod

Dependencies:   BSP_DISCO_F469NIa EEPROM_DISCO_F469NI LCD_DISCO_F469NIa SD_DISCO_F469NI mbed

Fork of IntegrationCAN by Nenad Djalovic

screen_library.h

Committer:
formulas
Date:
2018-06-28
Revision:
2:f54f01527ebb
Parent:
0:38c3afd99aeb

File content as of revision 2:f54f01527ebb:

#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