银杏科技有限公司旗下技术文档发布平台 | |||
技术支持电话 | 0379-69926675-801 | ||
技术支持邮件 | Gingko@vip.163.com | ||
版本 | 日期 | 作者 | 修改内容 |
---|---|---|---|
V1.0 | 2020-10-29 | yang | 初次建立 |
#ifndef __LCD_PORT_H #define __LCD_PORT_H #ifdef __cplusplus extern "C" { #endif #define LCD_BACKLIGHT_USING_GPIO #define LCD_BL_GPIO_NUM GET_PIN(B, 4) #define LCD_DISP_GPIO_NUM GET_PIN(B, 14) #define DRV_DEBUG #define FINSH_USING_MSH #define LCD_WIDTH 480 #define LCD_HSYNC 1 #define LCD_HBP 20 #define LCD_HFP 24 #define LCD_HEIGHT 272 #define LCD_VSYNC 2 #define LCD_VBP 8 #define LCD_VFP 6 #define LCD_BUF_SIZE 2*480*272 #define LCD_HSYNC_WIDTH 1 #define LCD_VSYNC_HEIGHT 2 #define LCD_BITS_PER_PIXEL 2 #define LCD_PIXEL_FORMAT RTGRAPHIC_PIXEL_FORMAT_RGB565 #define RED 0xf800 #define GREEN 0x07e0 #define BLUE 0x001f #ifdef __cplusplus } #endif #endif /*__ LCD_PORT_H */
源代码可以稳步这里下载:
链接:https://pan.baidu.com/s/1fcLU4WaRDlgr0mNYwZj1Yg 提取码:zstq