15.02.2019. revision
Dependencies: mbed LCD_DISCO_F469NIa SD_DISCO_F469NI BSP_DISCO_F469NIa EEPROM_DISCO_F469NI
screen_library.h@0:38c3afd99aeb, 2018-05-16 (annotated)
- Committer:
- formulas
- Date:
- Wed May 16 14:48:37 2018 +0000
- Revision:
- 0:38c3afd99aeb
a
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
formulas | 0:38c3afd99aeb | 1 | #include "draw_print_library.h" |
formulas | 0:38c3afd99aeb | 2 | |
formulas | 0:38c3afd99aeb | 3 | //List of functions |
formulas | 0:38c3afd99aeb | 4 | void ChangeCommand(); //Interrupt function for registering change command |
formulas | 0:38c3afd99aeb | 5 | void ChangeScreen(); //Changes the screen if needed. |
formulas | 0:38c3afd99aeb | 6 | |
formulas | 0:38c3afd99aeb | 7 | void SetIntro(); // Set Intro screen |
formulas | 0:38c3afd99aeb | 8 | void SetMain(); // Set Main screen |
formulas | 0:38c3afd99aeb | 9 | void SetFirstAux(); // Set First Auxiliary screen |
formulas | 0:38c3afd99aeb | 10 | void SetSecondAux(); // Set Second Auxiliary screen |
formulas | 0:38c3afd99aeb | 11 | |
formulas | 0:38c3afd99aeb | 12 | void MainUpdate(); // Update information in Main screen |
formulas | 0:38c3afd99aeb | 13 | void FirstAuxUpdate(); // Update information in First Auxiliary screen |
formulas | 0:38c3afd99aeb | 14 | void SecondAuxUpdate(); // Update information in Second Auxiliary screen |