LCD configurations for GR-PEACH LCD Shild.

Dependents:   LCD_shield_config

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LcdCfg_4_3inch.h Source File

LcdCfg_4_3inch.h

00001 
00002 #ifndef LCD_CFG_4_3INCH_H
00003 #define LCD_CFG_4_3INCH_H
00004 
00005 #include "DisplayBace.h"
00006 
00007 /* LCD Parameter */
00008 #define LCD_INPUT_CLOCK                     (66.67)
00009 #define LCD_OUTPUT_CLOCK                    (13.40f)
00010 #define LCD_PIXEL_WIDTH                     (480u)
00011 #define LCD_PIXEL_HEIGHT                    (272u)
00012 #define LCD_H_BACK_PORCH                    (43u)
00013 #define LCD_H_FRONT_PORCH                   (52u)
00014 #define LCD_H_SYNC_WIDTH                    (41u)
00015 #define LCD_V_BACK_PORCH                    (12u)
00016 #define LCD_V_FRONT_PORCH                   (2u)
00017 #define LCD_V_SYNC_WIDTH                    (10u)
00018 
00019 extern const DisplayBase::lcd_config_t LcdCfgTbl_4_3inch;
00020 
00021 #endif
00022 
00023