Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: co657_lcdplay co657_nrf52_beacons door_lock co657_IoT
Fork of C12832 by
Revision 21:f5ad9d768b91, committed 2015-11-15
- 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
*
*/
