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.
rk043fn48h.h
00001 /** 00002 ****************************************************************************** 00003 * @file rk043fn48h.h 00004 * @author MCD Application Team 00005 * @brief This file contains all the constants parameters for the RK043FN48H-CT672B 00006 * LCD component. 00007 ****************************************************************************** 00008 * @attention 00009 * 00010 * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> 00011 * 00012 * Redistribution and use in source and binary forms, with or without modification, 00013 * are permitted provided that the following conditions are met: 00014 * 1. Redistributions of source code must retain the above copyright notice, 00015 * this list of conditions and the following disclaimer. 00016 * 2. Redistributions in binary form must reproduce the above copyright notice, 00017 * this list of conditions and the following disclaimer in the documentation 00018 * and/or other materials provided with the distribution. 00019 * 3. Neither the name of STMicroelectronics nor the names of its contributors 00020 * may be used to endorse or promote products derived from this software 00021 * without specific prior written permission. 00022 * 00023 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 00024 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 00025 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 00026 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 00027 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 00028 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 00029 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 00030 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 00031 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 00032 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00033 * 00034 ****************************************************************************** 00035 */ 00036 00037 /* Define to prevent recursive inclusion -------------------------------------*/ 00038 #ifndef __RK043FN48H_H 00039 #define __RK043FN48H_H 00040 00041 #ifdef __cplusplus 00042 extern "C" { 00043 #endif 00044 00045 /* Includes ------------------------------------------------------------------*/ 00046 00047 /** @addtogroup BSP 00048 * @{ 00049 */ 00050 00051 /** @addtogroup Components 00052 * @{ 00053 */ 00054 00055 /** @addtogroup rk043fn48h 00056 * @{ 00057 */ 00058 00059 /** @defgroup RK043FN48H_Exported_Types 00060 * @{ 00061 */ 00062 00063 /** 00064 * @} 00065 */ 00066 00067 /** @defgroup RK043FN48H_Exported_Constants 00068 * @{ 00069 */ 00070 00071 /** 00072 * @brief RK043FN48H Size 00073 */ 00074 #define RK043FN48H_WIDTH ((uint16_t)480) /* LCD PIXEL WIDTH */ 00075 #define RK043FN48H_HEIGHT ((uint16_t)272) /* LCD PIXEL HEIGHT */ 00076 00077 /** 00078 * @brief RK043FN48H Timing 00079 */ 00080 #define RK043FN48H_HSYNC ((uint16_t)41) /* Horizontal synchronization */ 00081 #define RK043FN48H_HBP ((uint16_t)13) /* Horizontal back porch */ 00082 #define RK043FN48H_HFP ((uint16_t)32) /* Horizontal front porch */ 00083 #define RK043FN48H_VSYNC ((uint16_t)10) /* Vertical synchronization */ 00084 #define RK043FN48H_VBP ((uint16_t)2) /* Vertical back porch */ 00085 #define RK043FN48H_VFP ((uint16_t)2) /* Vertical front porch */ 00086 00087 /** 00088 * @brief RK043FN48H frequency divider 00089 */ 00090 #define RK043FN48H_FREQUENCY_DIVIDER 5 /* LCD Frequency divider */ 00091 /** 00092 * @} 00093 */ 00094 00095 /** @defgroup RK043FN48H_Exported_Functions 00096 * @{ 00097 */ 00098 00099 /** 00100 * @} 00101 */ 00102 #ifdef __cplusplus 00103 } 00104 #endif 00105 00106 #endif /* __RK043FN48H_H */ 00107 /** 00108 * @} 00109 */ 00110 00111 /** 00112 * @} 00113 */ 00114 00115 /** 00116 * @} 00117 */ 00118 00119 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Generated on Tue Jul 12 2022 19:38:24 by
