谈的元 发表于 2013-11-10 09:23

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

设备点阵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

找设备厂家要吧,这种东西定做的可能比较大

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.
http://www.schorsch.at/plugins/content/fboxbot/thumbs/SPI-LCD_500x346_b9c2a849c6d64c7d686f59b94db3e06e.jpg
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.

http://www.schorsch.at/images/stories/technik/lcd-vlgem/bild-lcd.jpg












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.
Omega0xe9
ö         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

建议楼主翻看以前购买淘宝记录,然后找老板要资料。
页: [1]
查看完整版本: 设备点阵LCD坏,有型号图片,找不到,帮看看11月10号