野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 13552|回复: 3

LCD驱动代码解疑

[复制链接]
发表于 2016-3-10 11:38:06 | 显示全部楼层 |阅读模式

bsp_LCD.h文件里

#define HBP  24               
#define VBP   3

#define HSW   6
#define VSW   1

#define HFP  10
#define VFP   4

以上代码怎么和屏资料对应?
file:///C:\Users\king\AppData\Roaming\Tencent\Users\42607370\QQ\WinTemp\RichOle\KBU]}E4AGI(@{%6Q7I`S](R.png



file:///C:\Users\king\AppData\Roaming\Tencent\Users\42607370\QQ\WinTemp\RichOle\KBU]}E4AGI(@{%6Q7I`S](R.png

bsp_LCD.c文件里

/* LTDC Configuration *********************************************************/
/* Polarity configuration */
/* Initialize the horizontal synchronization polarity as active low */
LTDC_InitStruct.LTDC_HSPolarity = LTDC_HSPolarity_AL;
/* Initialize the vertical synchronization polarity as active low */
LTDC_InitStruct.LTDC_VSPolarity = LTDC_VSPolarity_AL;
/* Initialize the data enable polarity as active low */
LTDC_InitStruct.LTDC_DEPolarity = LTDC_DEPolarity_AL;
/* Initialize the pixel clock polarity as input pixel clock */
LTDC_InitStruct.LTDC_PCPolarity = LTDC_PCPolarity_IPC;


屏驱动信号DE极性和资料不一致,是不是资料描述不对?

屏资料时序表

屏资料时序表

时序信号

时序信号
回复

使用道具 举报

发表于 2016-3-10 11:52:16 | 显示全部楼层
按资料来做不正确,改成相反的就对了,
估计资料跟实际产品有点差异
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-3-10 11:57:21 | 显示全部楼层
flyleaf 发表于 2016-3-10 11:52
按资料来做不正确,改成相反的就对了,
估计资料跟实际产品有点差异

驱动头文件里的几个参数呢?应该怎么对应时序参数?
回复 支持 反对

使用道具 举报

发表于 2016-3-10 13:34:19 | 显示全部楼层
kingdavid 发表于 2016-3-10 11:57
驱动头文件里的几个参数呢?应该怎么对应时序参数?

看教程文档,里边有写
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2024-11-22 16:15 , Processed in 0.029911 second(s), 27 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表