LCD configurations for GR-PEACH LCD Shild.

Dependents:   LCD_shield_config

Revision:
0:43578daab4d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LcdCfg_4_3inch.h	Thu Jun 30 10:23:14 2016 +0000
@@ -0,0 +1,23 @@
+
+#ifndef LCD_CFG_4_3INCH_H
+#define LCD_CFG_4_3INCH_H
+
+#include "DisplayBace.h"
+
+/* LCD Parameter */
+#define LCD_INPUT_CLOCK                     (66.67)
+#define LCD_OUTPUT_CLOCK                    (13.40f)
+#define LCD_PIXEL_WIDTH                     (480u)
+#define LCD_PIXEL_HEIGHT                    (272u)
+#define LCD_H_BACK_PORCH                    (43u)
+#define LCD_H_FRONT_PORCH                   (52u)
+#define LCD_H_SYNC_WIDTH                    (41u)
+#define LCD_V_BACK_PORCH                    (12u)
+#define LCD_V_FRONT_PORCH                   (2u)
+#define LCD_V_SYNC_WIDTH                    (10u)
+
+extern const DisplayBase::lcd_config_t LcdCfgTbl_4_3inch;
+
+#endif
+
+