Forked from TFTLCD_8bit by Thiha Electronics

Dependents:   GR-PEACH_TFTLCD_8bit

Fork of TFTLCD_8bit by Thiha Electronics

Revision:
29:ad9d18445005
Parent:
28:8808898a7f0c
--- a/ili9325.h	Sun Apr 06 15:07:50 2014 +0000
+++ b/ili9325.h	Mon Apr 07 16:53:44 2014 +0000
@@ -26,8 +26,8 @@
  * 51 Franklin St, 5th Floor, Boston, MA 02110-1301, USA
  *
  *********************************************************************/
-#ifndef TFTLCD_ILI9328_H
-#define TFTLCD_ILI9328_H
+#ifndef TFTLCD_ILI9325_H
+#define TFTLCD_ILI9325_H
 
 #include "lcd_base.h"
 
@@ -73,7 +73,7 @@
  * \version 0.1
  * \author Todor Todorov
  */
-class ILI9328_LCD : public LCD
+class ILI9325_LCD : public LCD
 {
 public:
     /** Creates a new instance of the class.
@@ -90,7 +90,7 @@
      * \param blType The backlight type, the default is to utilize the pin - if supplied - as a simple on/off switch
      * \param defaultBacklightLevel If using PWM to control backlight, this would be the default brightness in percent after LCD initialization.
      */
-    ILI9328_LCD( PinName CS, PinName RESET, PinName RS, PinName WR, BusOut* DATA_PORT, PinName BL = NC, PinName RD = NC, backlight_t blType = Constant, float defaultBackLightLevel = 1.0 );
+    ILI9325_LCD( PinName CS, PinName RESET, PinName RS, PinName WR, BusOut* DATA_PORT, PinName BL = NC, PinName RD = NC, backlight_t blType = Constant, float defaultBackLightLevel = 1.0 );
     
     /** Initialize display.
      *