打印

设备点阵LCD坏,有型号图片,找不到,帮看看11月10号

[复制链接]
5373|5
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
谈的元|  楼主 | 2013-11-10 09:23 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
沙发
谈的元|  楼主 | 2013-11-10 09:27 | 只看该作者
根本找不到,希望老T叔能看到:lol

使用特权

评论回复
板凳
dirtwillfly| | 2013-11-10 10:23 | 只看该作者
找设备厂家要吧,这种东西定做的可能比较大

使用特权

评论回复
评分
参与人数 1威望 +2 收起 理由
谈的元 + 2
地板
tyw| | 2013-11-10 16:13 | 只看该作者
本帖最后由 tyw 于 2013-11-10 16:30 编辑



http://www.schorsch.at/en/technical/microcontroller/25-lcd-vlgem-1021-03.html
LCD VLGEM 1021-03


Saturday, 30 May 2009 16:33 Last Updated on Sunday, 29 May 2011 20:29 Written by Hubert
C-Library for LCD Type VLGEM1021-03
The LCD VLGEM1021-03 is a 5x7 dot display, in my case with 2 lines 24 character each. It is identical with HB24208 / HB24209.
The controller of the display is a KS0074 or compatible.
According to the data sheet the necessary supply voltage is between 2,7V and 5,5V.
The LCD is using a SPI communication. In version 1.0.0 of the library the busy flag is not used.
In my application the LCD in connected to the µC like is.

The contrast of the LCD is set by R2. To avoid conficts between the LCD and the ISP programming, R3 is pulling the chip select of the LCD to high and sets the output pin of the LCD to high-Z.

A foil cable and the apropoiate connector is used between LCD and PCB.


  
  
  
  
  
  
  
  
  
  
  

In the first line on the right are two custom made symbols visible. The LCD supports up to 8 custom symbols that are stored in the CGRAM and there have to be set after each power cycle.
The lcd_putc(x), x for 0 to 7,  is used to display a custom symbol.
In the second line on the right 8 symbols necessary for German language text are displayed. This characters are stored in the ROM of the LCD.
Omega  0xe9
ö           0xef
ü           0xf5
ä           0xe1
ß           0xe2
Ö          0xb5
Ü          0xb8
Ä          0xab
There are may more symbols available in the ROM, please consult the data sheet of the LCD controller.

Program files In the spi_lcd.h file there is a section called "User section - adapt to your system" that allowes to disable unused functions to save porgram memory.
This libary was tested on a Atmel ATMega8. It should work an all Atmel ATMega µC that feature a harware SPI unit.
The zip-file contains all library source code as well as a small demo program "programm.c" .

I would be happy to get some feedback and suggestions.
spi_lcd





使用特权

评论回复
5
linfeng24| | 2013-11-10 23:51 | 只看该作者
建议楼主翻看以前购买淘宝记录,然后找老板要资料。

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

个人签名:今年一定红火

98

主题

3872

帖子

6

粉丝