Fred Barnes / C12832

Dependents:   co657_lcdplay co657_nrf52_beacons door_lock co657_IoT

Fork of C12832 by Chris Styles

Files at this revision

API Documentation at this revision

Comitter:
co657_frmb
Date:
Sun Nov 15 21:44:03 2015 +0000
Parent:
20:dbee79303f9a
Child:
22:7accdf0bfc18
Commit message:
made pixel_nochk public

Changed in this revision

C12832.h Show annotated file Show diff for this revision Revisions of this file
--- 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
      *
      */