15.02.2019. revision
Dependencies: mbed LCD_DISCO_F469NIa SD_DISCO_F469NI BSP_DISCO_F469NIa EEPROM_DISCO_F469NI
screen_library.h
- Committer:
- formulas
- Date:
- 2018-05-16
- Revision:
- 0:38c3afd99aeb
File content as of revision 0:38c3afd99aeb:
#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