Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ESHINEDISPLAY

  1. E

    Problem with 1x16 LCD...only 8 chars coming in display...

    I am professional LCD engineer for some years(http://www.e-shinedisplay.com) and I have a lot of LCD Program and LCD datasheet. If any worldwide friends needed, I would like to email you as soon as possible. Pls. email me firstly. Thanks. My Email address is Ken@e-shinedisplay.com.
  2. E

    89c51 interfacing to LCD - problem in LCD dispalying chars

    //FileName:delay.h #ifndef __LZP_DELAY_H_ #define __LZP_DELAY_H_ #define TRUE 1 #define FALSE 0 //设置波特率 #define OSC_FREQ 11059200L #define BAUD_115200 256 - (OSC_FREQ/192L)/115200L // 255 #define BAUD_57600 256 - (OSC_FREQ/192L)/57600L // 254 #define BAUD_38400 256 -...
  3. E

    89c51 interfacing lcd c code

    I am professional LCD engineer for some years and I have a lot of LCD Program and LCD datasheet. If any worldwide friends needed, I would like to email you as soon as possible. Pls. email me firstly. Thanks. My Email address is Ken@e-shinedisplay.com www.e-shinedisplay.com ---------- Post added...
  4. E

    PIC 18F4520 interfaced with 16x2 Display modules

    void lcd_init(void) { P0=0; LCDE="1"; delay_ms(500); lcd_clear(); lcd_write_cmd(0x38);//www.e-shinedisplay.com lcd_write_cmd(0x0f);//显示开关控制:显示ON,光标ON,闪烁ON lcd_write_cmd(0x06);//光标输入方式增量移位 lcd_write_cmd(0x80); //lcd_write_cmd(0x0c); //lcd_clear(); }
  5. E

    How To Interface LCD With Microcontroller PIC18f452 Via SPI?

    I am professional LCD engineer for some years and I have a lot of LCD Program and LCD datasheet. If any worldwide friends needed, I would like to email you as soon as possible. Pls. email me firstly. Thanks. My Email address is Ken@e-shinedisplay.com.
  6. E

    UART not working in PIC

    I think the key point is not hardware problem.

Part and Inventory Search

Back
Top