bachelorproef

Dependencies:   mbed C12832

Revision:
0:6c9daa430100
Child:
1:fda3af7f9bf7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lcd.cpp	Tue Mar 24 22:00:48 2020 +0000
@@ -0,0 +1,38 @@
+#include "lcd.h"
+//#include "menu.h"
+//#include "C12832.h"
+//C12832 lcd(D11, D13, D12, D7, D10);
+
+//Menu newMenu;
+//Interrupts interrupt(A2,A3,A4,A5,D4);
+
+LCD::LCD () {
+}
+
+//void LCD::updateLCD () {
+//
+//    switch (interrupt.currentScreen){
+//        case 1:
+//        newMenu.chooseIP();
+//        break;
+//    }
+//}
+//
+//void LCD::screen () {
+//    if (interrupt.currentScreen != interrupt.nextScreen) {
+//        interrupt.currentScreen = interrupt.nextScreen;
+//        updateLCD();
+//    }
+//    if (interrupt.flagLeft || interrupt.flagRight) {
+//        interrupt.currentScreen = interrupt.nextScreen;
+//        updateLCD();
+//    }
+//}
+
+//void LCD::printIP () {
+//    lcd.cls();
+//    lcd.locate(0,3);
+//    lcd.printf("192.168.0. %d" , newMenu.lastnumberIP);
+//    wait(2.0);
+//    newMenu.chooseIP();
+//}
\ No newline at end of file