Usb Device Interface, protocol, and programming homework #4 Audio Control device

Dependencies:   C12832_lcd USBDevice mbed

Revision:
1:948ffad3284f
Parent:
0:69eb9d19fb91
diff -r 69eb9d19fb91 -r 948ffad3284f MyDisplayClass.h
--- a/MyDisplayClass.h	Tue Jul 30 22:35:10 2013 +0000
+++ b/MyDisplayClass.h	Wed Jul 31 22:20:00 2013 +0000
@@ -7,12 +7,14 @@
 class MyDisplayClass {
 public:
    MyDisplayClass(void);
-   void update(int state,int features);
+   void update(int state);
    void UpdateTextStatus(int state);
    void UpdateStatus(int state);
    void setLevel(int level);
    void setMaxLevel(int level);
-   
+   bool graphicModeEnable;
+   bool volumeDisplayEnable;
+    
 private:
     void drawSuspend(C12832_LCD *lcd);
     void drawConnection(C12832_LCD *lcd);
@@ -20,8 +22,6 @@
     
     C12832_LCD  *lcd;
     bargraph   *volume;
-    //(&lcd,32);    
-
 };
 
 #endif
\ No newline at end of file