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

[复制链接]
6096|5
 楼主| 谈的元 发表于 2013-11-10 09:23 | 显示全部楼层 |阅读模式
设备点阵LCD坏,有型号,找不到,帮看看11月10号

     点阵 lcd上的字:COG-VLGEM1059-07
      1560.30.100.01
      JOB:534303

谢谢!

本帖子中包含更多资源

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

×
 楼主| 谈的元 发表于 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





本帖子中包含更多资源

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

×
linfeng24 发表于 2013-11-10 23:51 | 显示全部楼层
建议楼主翻看以前购买淘宝记录,然后找老板要资料。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

个人签名:今年一定红火

98

主题

3872

帖子

6

粉丝
快速回复 在线客服 返回列表 返回顶部