Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    14,424

    Re: OLED 128X96 cheap china lcd

    Sorry, the comment:

    SCL var PortA.3 ' I2C Clock PortB.4
    SDA var PortA.2 ' I2C Data PortB.1

    Should read:

    SCL var PortA.3 ' I2C Clock PortA.3
    SDA var PortA.2 ...
  2. Replies
    10
    Views
    14,424

    Re: OLED 128X96 cheap china lcd

    I have altered Joe's original code to use I2C for comms. I used PIC16F88 for the below code. I used a monochrome display running ssd1306 driver/controller.


    ;***************************CONFIG...
Results 1 to 2 of 2