找回密码
 注册会员
更新自动建库工具PCB Footprint Expert 2024.04 Pro / Library Expert 破解版

请高手给看看这个液晶驱动

[复制链接]
admin 发表于 2012-9-2 19:37:37 | 显示全部楼层 |阅读模式

本文包含原理图、PCB、源代码、封装库、中英文PDF等资源

您需要 登录 才可以下载或查看,没有账号?注册会员

×
我有个5110液晶, 编写了个驱动,48X48点阵 最下边一点不显示,请高手给看看是为什么,谢谢了。
void disp48_48(unsigned char x,unsigned char y,unsigned char address)
{
unsigned char c;
LCD_set_XY(x*8, y);
for(c=0;c<48;c++)
{
LCD_write_byte(han[address*72+c],1);
}
LCD_set_XY(x*8, y+1);
for(c=48;c<96;c++)
{
LCD_write_byte(han[address*72+c],1);
}
LCD_set_XY(x*8, y+2);
for(c=96;c<144;c++)
{
LCD_write_byte(han[address*72+c],1);
}
LCD_set_XY(x*8, y+3);
for(c=144;c<192;c++)
{
LCD_write_byte(han[address*72+c],1);
}

LCD_set_XY(x*8, y+4);
for(c=192;c<240;c++)
{
LCD_write_byte(han[address*72+c],1);
}
LCD_set_XY(x*8, y+5);
for(c=240;c<255;c++)
{
LCD_write_byte(han[address*72+c],1);
}

}
[ 此贴被root1979在2010-01-24 20:43重新编辑 ]

5_89628_dfeecd422a57594.png
*滑块验证:
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

QQ|手机版|MCU资讯论坛 ( 京ICP备18035221号-2 )|网站地图

GMT+8, 2024-11-29 07:56 , Processed in 0.054027 second(s), 12 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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