Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: timc; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    24,619

    Re: Cannot drive I2C Oled :(

    The Contrast Init line should read
    Set contrast FROM $01 to $FF NOT Set contrast to $01 to $FF.
    Therefore $FF is the upper limit.

    Good luck
  2. Replies
    21
    Views
    24,619

    Re: Cannot drive I2C Oled :(

    I posted a full demo of a SSD1306 add-in over on the code example forum. elcrcp I think this is what you were asking for earlier.
    Best part is you can start to use it like a regular LCD with data...
  3. Replies
    21
    Views
    24,619

    Re: Cannot drive I2C Oled :(

    Personally I would not alternate different data types in a big character table because you want to make it as simple and small as possible. From the PBP manual it says: "Lookup2 generates code that...
  4. Replies
    21
    Views
    24,619

    Re: Cannot drive I2C Oled :(

    The INIT routine is critical and no single INIT routine will work for all SSD1306 displays. If you get your display to work in under an hour consider yourself lucky. This INIT routine can replace...
  5. Replies
    21
    Views
    24,619

    Re: Cannot drive I2C Oled :(

    Been working on a new char table for the OLED. Problem is the LOOKUP command can only take 255 bytes. This new routine can replace the one from elcrcp above. I have added a few new variables:

    ...
Results 1 to 5 of 5