Autor Tema: Reutilización de Display LCD  (Leído 1594 veces)

0 Usuarios y 1 Visitante están viendo este tema.

Desconectado Skyguard

  • PIC10
  • *
  • Mensajes: 1
Reutilización de Display LCD
« en: 23 de Junio de 2020, 10:24:24 »
Buenos días, estoy tratando de recuperar un display LCD de un receptor de comunicaciones Yaesu FRG-8800 el cual tiene el Microprocesador (63x05) quemado (intentaré reemplazarlo con un 16f887) algun día.....-
El display tiene dos integrados, uno comanda el display de barra que es el medidor de señal y que funciona perfecto. Recibe una tensión y la convierte en barras.-
Pero en la otra parte del display, la que muestra los números de frecuencia, memoria y otras indicaciones no presenta nada.-
El driver es un hd61603 que tiene 63 patas de salida y el resto entradas. Otras dos patas llevan una resistencia entre ellas y son el oscilador interno que lo medi y está oscilando a ciento y pico de khz como dice la datasheet.
Sin embargo, no logro que encienda ningun segmento.
Conecte las entradas de datos,( tiene solo 4) a un 16f84a en paralelo con un display de una linea para asegurarme que presentara correctamente pero no logré nada. Podría ser que este integrado tiene diferentes funciones en rw, e, ready, etc y este mal conectada ?
Probé poniendo a masa las patas de salida y todo el diplay enciende.
Temo por el integrado.
Alguna sugerencia de como estar seguro que asigno correctamente las patas ?
Y de mínima, desoldaría el integrado e intentaría conectarlo a otro adaptando la salida dado que son digitos individuales habría una posibilidad.-
Es muy engorroso pero el display es muy vistoso y grande.-
Pego una parte de la hoja de datos por si alguien puede orientarme.-
HD61603 Terminal Functions
Terminal Name No. of Lines Input/Output Connected to Function
VDD       1                        Power supply                 Positive power supply.
READY   1                       NMOS open drain output MCU While data is being set in the display data RAM and mode setting latch in the LSI after data transfer, low is output from the READY terminal
to inhibit the next data input. There are two modes: one in which low is output only when both of CS and RE ( are low, and the other in which low is output regardless of CS and RE
CS        1                       Input  MCU                       Chip select input. Data can be written only when
this terminal is low.
WE      1                        Input  MCU              Write enable input. Input data of D0 to D3 is latched at the rising edge of :WE
RE       1                         Input  MCU              Resets the input data byte counter. After both of
CS and RE are low, the first data is recognized as the 1st byte data.
SB        1                        Input MCU High level input stops the LSI operations.
                                     1. Stops oscillation and clock input.
                                     2. Stops LCD driver.
                                     3. Stops writing data into display RAM.
D0–D3 4                Input                 MCU Data input terminal from where 4-bit × 4 data are input.
VSS                   1            Power supply                Negative power supply.
V3                      1              Input Power supply Power supply input for LCD drive. Voltage between VDD and V3 is used as driving voltage.
COM0                 1              Output LCD                   LCD common (backplate) driving output.
SEG0–SEG63 64 Output LCD LCD segment driving output.
SYNC 1 Input MCU Synchronous input for 2 or more chips applications. LCD driver timing circuit is reset by high input. LCD is off.
OSC1
OSC2 2           Input
Output
External R Attach external R to these terminals for
oscillation.
An external clock (100 kHz) can be input to
OSC1


Saludos


 

anything