Car Display from old Ericcson A2628


Closed Thread
Results 1 to 1 of 1
  1. #1
    ritvarsrizikovs's Avatar
    ritvarsrizikovs Guest

    Arrow Car Display from old Ericcson A2628

    On some Opel Vecta '94 is very bad wach. In Vectra it is too. I found old Ericsson A2628 display and use PIC16F876. Interface between PIC and display is very simple (see datasheet). I build font tabel in PIC code and use SW I2C to comunicate between LCD controller and PIC. Only problem was with very long strings to I2C (to clear LCD or to fil with some pattern).
    In PicBasicPro I2CWRITE is no possibily to create as for for cycle.

    Like PROTON+
    BSSTART
    for x = 0 to Y
    ...
    ...
    BUSOUT
    next
    BSSTOP

    But in finish i send many times the same inicialisation and command and LCD works, slow, but works.

    I use ADC for voltage measurement and 2 DS18B20 digital thermometers for Indoor and Outdoor temperature. On PBP all works perfect.



    If any have some q or can help me with I2C long strings write here or [email protected]
    Attached Images Attached Images   

Similar Threads

  1. Hdsp 21xx display
    By Original in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 7th June 2012, 20:07
  2. Communication with Car central display unit
    By wellyboot in forum Serial
    Replies: 2
    Last Post: - 19th October 2008, 08:17
  3. Replies: 2
    Last Post: - 14th July 2008, 22:11
  4. DS1820 display with 7-seg 4 digits
    By chai98a in forum Code Examples
    Replies: 12
    Last Post: - 10th April 2008, 13:12
  5. Replies: 14
    Last Post: - 26th September 2007, 05:41

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts