Shop OBEX P1 Docs P2 Docs Learn Events
OLED-96-G1 driver is now in the Obex — Parallax Forums

OLED-96-G1 driver is now in the Obex

RavenkallenRavenkallen Posts: 1,057
edited 2011-01-23 19:38 in Propeller 1
Just wanted to announce the new driver for this display..It is my second contribution to the OBEX...Any comments or anything?

http://obex.parallax.com/objects/674/

Comments

  • DiverBobDiverBob Posts: 1,121
    edited 2010-10-17 18:04
    It looks nice, I've give it a try in a couple of days. I have been using the old version that had a prop directly controlling the OLED but they discontinued it due to poor sales.

    Bob
  • RavenkallenRavenkallen Posts: 1,057
    edited 2010-10-17 19:00
    Yeah, it is a pretty cool little display. It has remarkably clear text for being so small.
  • MacTuxLinMacTuxLin Posts: 821
    edited 2010-10-18 01:58
    Just what I needed. Thanks! I'll post my results next week.
  • MacTuxLinMacTuxLin Posts: 821
    edited 2010-12-15 23:38
    Hello Ravenkallen,

    I'm trying out your driver & seems to have problem with the LED.dec(data) function.
      'Debug
      k := 100
      LED.placestring(0, 0, (string("The value is: ")), 14)
      LED.Dec(k)
    
    

    The string "The value is: " appears on the uOLED but not the k value. Is there a mistaken on my part?

    Thanks.
  • RavenkallenRavenkallen Posts: 1,057
    edited 2010-12-16 09:17
    Depending on your baud rate, you will need to add a short delay between any commands. At 115_200 bps, i use a delay of 30- 100 milliseconds. It is kind of annoying, but what can you do? I will add a comment about it in the next update of the driver...
  • MacTuxLinMacTuxLin Posts: 821
    edited 2010-12-17 08:58
    Depending on your baud rate, you will need to add a short delay between any commands. At 115_200 bps, i use a delay of 30- 100 milliseconds. It is kind of annoying, but what can you do? I will add a comment about it in the next update of the driver...

    Thanks Ravenkallen. Yes, baud rate is at 115_200. The delay would get in the way of what I'm wanting to display. I've moved onto to coding on 4DGL & using it to listen to Prop instead.
  • RavenkallenRavenkallen Posts: 1,057
    edited 2010-12-17 09:27
    Yeah, the OLED isn't perfect, but it is still really cool!!
  • MacTuxLinMacTuxLin Posts: 821
    edited 2010-12-17 09:31
    Yes, I agree 100%. That's why I've propose to my company to purchase 25pcs for our current project :)
  • RavenkallenRavenkallen Posts: 1,057
    edited 2011-01-23 19:38
    In case anyone is interested, i have updated the driver and it now includes a nifty erase single character function. You can read more about it in the object...I have included these changes in the demo to.
Sign In or Register to comment.