This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSD1306 library I2C for LPC1768

Hello to all scientist . can anybody help me in SSD1306 OLED  for LPC1768???

I need library...

please help me ... thank you

Parents
  • It is not Rocket Science, it is a matter of finding close equivalents, and doing a cut-n-paste-edit so the parts bolt together.

    Find I2C examples for your platform, like an EEPROM or Temperature Sensor, or whatever. Use that as your starting point for your I2C side, change address to match that of the SSD1306 (see other examples), and register access / block write.

    Find a SSD1306 library, got to be a few of them across multiple targets, analyse how the MCU level abstraction has been done, and stitch it to your LPC1768 I2C layer.

    Find a friend, lecturer or colleague with suitable competence to assist you locally.

Reply
  • It is not Rocket Science, it is a matter of finding close equivalents, and doing a cut-n-paste-edit so the parts bolt together.

    Find I2C examples for your platform, like an EEPROM or Temperature Sensor, or whatever. Use that as your starting point for your I2C side, change address to match that of the SSD1306 (see other examples), and register access / block write.

    Find a SSD1306 library, got to be a few of them across multiple targets, analyse how the MCU level abstraction has been done, and stitch it to your LPC1768 I2C layer.

    Find a friend, lecturer or colleague with suitable competence to assist you locally.

Children