PCD8544 Driver for an LCD with an PCD8544 controller (e.g. Nokia 3310, 3390)

Dependents:   PCD8544_LCD

Files at this revision

API Documentation at this revision

Comitter:
carlosftm
Date:
Sun Jan 02 11:56:06 2011 +0000
Parent:
0:358e68b0535a
Commit message:
Library with Text support only (14x6 characters)

Changed in this revision

pcd8544_drv.hpp Show annotated file Show diff for this revision Revisions of this file
--- a/pcd8544_drv.hpp	Sun Jan 02 11:50:35 2011 +0000
+++ b/pcd8544_drv.hpp	Sun Jan 02 11:56:06 2011 +0000
@@ -6,6 +6,8 @@
  * Created on: 12/31/2010 at 19:48
  * @author: CarlosFTM
  */
+#ifndef __PCD8544_DRV_HPP__
+#define __PCD8544_DRV_HPP__
 
 #include "mbed.h"
 #include "ascii_table.hpp"
@@ -129,4 +131,5 @@
     * @param X and Y position in characters
     */
     void setCursorXY(char x, char y);
-};
\ No newline at end of file
+};
+#endif
\ No newline at end of file