Fork of Chris Styles' C12832 LCD driver

Dependents:   co657_lcdplay co657_nrf52_beacons door_lock co657_IoT

Fork of C12832 by Chris Styles

Revision:
21:f5ad9d768b91
Parent:
18:8c294697c901
Child:
22:7accdf0bfc18
--- a/C12832.h	Mon Nov 02 00:58:51 2015 +0000
+++ b/C12832.h	Sun Nov 15 21:44:03 2015 +0000
@@ -272,8 +272,6 @@
 
     void print_bm(Bitmap bm, int x, int y);
 
-protected:
-
     /** Plot a pixel without bounds checking
       *
       * @param x X position [0..127]
@@ -282,6 +280,8 @@
       */
     void pixel_nochk (int x, int y, int colour);
 
+protected:
+
     /** Init the C12832 LCD controller
      *
      */