Mathematica-like environment on the mbed using USB keyboard input, VGA output, and a thermal printer.

Dependencies:   mbed Thermal 4DGL-uLCD-SE USBHost_Modified uVGAIII

Revision:
4:b79d152dec32
Parent:
3:2b6951038d5b
Child:
6:646d22295054
--- a/main.cpp	Thu Dec 13 07:49:27 2018 +0000
+++ b/main.cpp	Thu Dec 13 18:12:37 2018 +0000
@@ -261,20 +261,6 @@
     }
 }
 
-void LCD_Plots(void const *) {
-    // Draw plots & print
-    plotx2();
-    makeBitmap();
-    led3 = 1;
-    plotsin();
-    makeBitmap();
-    led3 = 1;
-    
-    while(1) {
-        Thread::wait(300);
-    }
-}
-
 int main() {  
     led = 1; 
     
@@ -311,9 +297,6 @@
     plotsin();
     makeBitmap();
     led3 = 1;
-
-    // Launch LCD plots with thread
-   // Thread lcdPlots(LCD_Plots, NULL, osPriorityNormal, 256 * 4);
     
     // Clear currentLine array before using
     for(size_t i = 0; i < 48; i++) {