Konacan kod

Dependencies:   BSP_DISCO_F469NIa LCD_DISCO_F469NIa SD_DISCO_F469NI mbed

Revision:
0:38c3afd99aeb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/screen_library.h	Wed May 16 14:48:37 2018 +0000
@@ -0,0 +1,14 @@
+#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
\ No newline at end of file