LCD configurations for GR-PEACH LCD Shild.

Dependents:   LCD_shield_config

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LcdCfg_7_1inch.h Source File

LcdCfg_7_1inch.h

00001 
00002 #ifndef LCD_CFG_7_1INCH_H
00003 #define LCD_CFG_7_1INCH_H
00004 
00005 #include "DisplayBace.h"
00006 
00007 /* LCD Parameter */
00008 #define LCD_INPUT_CLOCK                     (66.67)
00009 #define LCD_OUTPUT_CLOCK                    (33.26)
00010 #define LCD_PIXEL_WIDTH                     (800u)
00011 #define LCD_PIXEL_HEIGHT                    (480u)
00012 #define LCD_H_BACK_PORCH                    (128u)
00013 #define LCD_H_FRONT_PORCH                   (92u)
00014 #define LCD_H_SYNC_WIDTH                    (36u)
00015 #define LCD_V_BACK_PORCH                    (35u)
00016 #define LCD_V_FRONT_PORCH                   (5u)
00017 #define LCD_V_SYNC_WIDTH                    (5u)
00018 
00019 extern const DisplayBase::lcd_config_t LcdCfgTbl_7_1inch;
00020 
00021 #endif
00022