Library for Nuelectronics Nokia 3310/5110 LCD Display and joystick.

Dependents:   LEDFun NetTester

Fork of N3310LCD by Andrew Lindsay

Library for Nuelectronics Nokia 3310/5110 LCD Display and joystick.

Revision:
6:46bcc4e584c4
Parent:
3:9808f63fd2fe
--- a/N3310LCDDefs.h	Wed Mar 27 21:09:58 2013 +0000
+++ b/N3310LCDDefs.h	Fri Jul 19 13:42:00 2013 +0000
@@ -1,30 +1,33 @@
-/*
-* N3310LCD. A program to interface mbed with the nuelectronics
-* Nokia 3310 LCD shield from www.nuelectronics.com. Ported from
-* the nuelectronics Arduino code.
-*
-* Copyright (C) <2009> Petras Saduikis <petras@petras.co.uk>
-*
-* Converted to a mbed library by Andrew D. Lindsay
-*
-* This file is part of N3310LCD.
-*
-* N3310LCD is free software: you can redistribute it and/or modify
-* it under the terms of the GNU General Public License as published by
-* the Free Software Foundation, either version 3 of the License, or
-* (at your option) any later version.
-*
-* N3310LCD is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with N3310LCD.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/**
+ * @section DESCRIPTION
+ * N3310LCD. A program to interface mbed with the nuelectronics
+ * Nokia 3310 LCD shield from www.nuelectronics.com. Ported from
+ * the nuelectronics Arduino code.
+ *
+ * @section LICENSE
+ *
+ * Copyright (C) <2009> Petras Saduikis <petras@petras.co.uk>
+ *
+ * Converted to a mbed library by Andrew D. Lindsay
+ *
+ * This file is part of N3310LCD.
+ *
+ * N3310LCD is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * N3310LCD is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with N3310LCD.  If not, see <http://www.gnu.org/licenses/>.
+ */
 
-#ifndef SNATCH59_N3310LCDDEFS_H
-#define SNATCH59_N3310LCDDEFS_H
+#ifndef N3310LCDDEFS_H
+#define N3310LCDDEFS_H
 
 enum eDisplayMode {NORMAL, HIGHLIGHT};
 //enum eRequestType {CMD, DATA};