test public

Dependencies:   HttpServer_snapshot_mbed-os

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LcdCfg_RSK_TFT.h Source File

LcdCfg_RSK_TFT.h

00001 
00002 #ifndef LCD_CFG_RSK_TFT_H
00003 #define LCD_CFG_RSK_TFT_H
00004 
00005 #include "DisplayBace.h"
00006 
00007 /* LCD Parameter */
00008 #define LCD_INPUT_CLOCK                     (66.67)  /* not use */
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                    (20u)
00015 #define LCD_V_BACK_PORCH                    (35u)
00016 #define LCD_V_FRONT_PORCH                   (5u)
00017 #define LCD_V_SYNC_WIDTH                    (10u)
00018 
00019 extern const DisplayBase::lcd_config_t LcdCfgTbl_RSK_TFT;
00020 
00021 #endif
00022 
00023