GR-PEACH Display Shield config

Dependents:   GR-PEACH_Digital_Signage

Revision:
0:5dc57d29779d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LcdCfg_Display_shield.cpp	Thu Jul 28 08:56:03 2016 +0000
@@ -0,0 +1,24 @@
+#include "LcdCfg_Display_shield.h"
+
+const DisplayBase::lcd_config_t LcdCfgTbl_Display_shield = {
+      DisplayBase::LCD_TYPE_PARALLEL_RGB                                            /* lcd_type             */
+    , LCD_INPUT_CLOCK                                                               /* intputClock          */
+    , LCD_OUTPUT_CLOCK                                                              /* outputClock          */
+    , DisplayBase::LCD_OUTFORMAT_RGB888                                             /* lcd_outformat        */
+    , DisplayBase::EDGE_RISING                                                      /* lcd_edge             */
+    , (LCD_PIXEL_WIDTH  + LCD_H_FRONT_PORCH + LCD_H_BACK_PORCH + LCD_H_SYNC_WIDTH)  /* h_toatal_period      */
+    , (LCD_PIXEL_HEIGHT + LCD_V_FRONT_PORCH + LCD_V_BACK_PORCH + LCD_V_SYNC_WIDTH)  /* v_toatal_period      */
+    , LCD_PIXEL_WIDTH                                                               /* h_disp_widht         */
+    , LCD_PIXEL_HEIGHT                                                              /* v_disp_widht         */
+    , LCD_H_BACK_PORCH                                                              /* h_back_porch         */
+    , LCD_V_BACK_PORCH                                                              /* v_back_porch         */
+    , DisplayBase::LCD_TCON_PIN_1                                                   /* h_sync_port          */
+    , DisplayBase::SIG_POL_NOT_INVERTED                                             /* h_sync_port_polarity */
+    , LCD_H_SYNC_WIDTH                                                              /* h_sync_width         */
+    , DisplayBase::LCD_TCON_PIN_2                                                   /* v_sync_port          */
+    , DisplayBase::SIG_POL_NOT_INVERTED                                             /* v_sync_port_polarity */
+    , LCD_V_SYNC_WIDTH                                                              /* v_sync_width         */
+    , DisplayBase::LCD_TCON_PIN_0                                                   /* de_port              */
+    , DisplayBase::SIG_POL_NOT_INVERTED                                             /* de_port_polarity     */
+};
+