OLED 128X96 cheap china lcd


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: OLED 128X96 cheap china lcd

    Hi,
    I've got one from that very same seller and I've tried to get it to work numerous times. First with code of my own then with code from this thread - no luck.

    I've found that mine came strapped for 4 wire serial, which is the mode I tried coding for while I'm pretty sure that the code posted here is for 3 wire serial. I changed the solder straps on the display but no luck.

    The datasheet for the controller chip has notes on what pins to use, not use, tie high or tigh low depending on which mode it's supposed to operate in.

    Anyway, I've pretty much given up on it (mine is probably busted), if you get yours going I'd appreciate it if would post the details so I can give it a try on mine, thanks!

    /Henrik.

  2. #2
    Join Date
    Feb 2010
    Posts
    17


    Did you find this post helpful? Yes | No

    Default Re: OLED 128X96 cheap china lcd

    Hi all,
    In the code I posted I'm using the picbasic SHIFTOUT function nothing more or less very simple
    SDA var PORTA.2 'pin 4 output
    SCL VAR PORTA.3 'pin 5 clock
    The above pins are assigned.
    My display Has 3 junpers in the back mrked BS0,BS1 AND BS2. I solder BS2 , BS0 and BS1 are off.
    When I started using this display I tried using I2C but with no luck then switched to SPI using SHIFTOUT.
    SDA and SCL does not mean I'm using I2c just variables I created when I started hoping to use I2C but failed I never renamed them.
    Hope this helps.

  3. #3
    Join Date
    Feb 2010
    Posts
    17


    Did you find this post helpful? Yes | No

    Default Re: OLED 128X96 cheap china lcd

    correction to the above:
    BS0=1;BS1=0BS2=0.
    Sorry.
    Regards,

    Joe

Similar Threads

  1. Master SPI interface to LCD/OLED??
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 19th September 2009, 23:44
  2. Cheap Serial LCD ?
    By Sam in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 19th August 2009, 01:18
  3. OLED 128x128 color display
    By Ron Marcus in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 21st May 2007, 01:45
  4. Replies: 6
    Last Post: - 4th April 2007, 07:33
  5. Need cheap i2c LCD for 16F877a
    By CodeShredder in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 6th December 2006, 01:25

Members who have read this thread : 5

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