SCLD peripheral of the KL46Z

Dependents:   FRDM-KL46Z LCD rtc Demo KL46Z EE202A_HW1_MH SignalGenerator ... more

Revision:
5:6e3c11967108
Parent:
4:ec7b3c9b2aeb
Child:
6:f4773221794b
--- a/SLCD.h	Thu Feb 27 21:57:22 2014 +0000
+++ b/SLCD.h	Thu Feb 27 22:02:34 2014 +0000
@@ -28,8 +28,6 @@
     public:
     SLCD();
     
-    
-    void Write_Char(char lbValue);
     void Home (void);
     void Contrast (uint8_t lbContrast);
     void All_Segments (int);     
@@ -42,6 +40,7 @@
     void deepsleepEnable(bool enable);
     
     private:
+    void Write_Char(char lbValue);
     void init();
     virtual int _putc(int c);
     virtual int _getc() {