Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HttpServer_snapshot_mbed-os
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
Generated on Wed Jul 13 2022 05:33:36 by
