This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ELW0901AA1 OLED display driver

Hi,

If anyone having driver for the ELW0901AA1 FUTUBA OLED please help me to send the same.

I am working on nrf52833 custom board and SDK version that I am using 17.0.2

Our custom board is having the provision for I2C communication with OLED ELW0901AA1. I have seen OLED display powered on by using I2C write to the display on register. But I am not able to CLEAR OLED or WRITE a bit image on the same.

Thanks and Regards

Sudharsan

Parents
  • Hi,

    I'm not aware of any driver for this specific OLED display. If you are lucky, someone in the community can help out.

    There are some drivers available for SSD1306 OLED display, but I don't know if these are similar. If you can find an existing driver for another platform, you may be able to port it to the nRF52 platform by only changing the I2C/TWI interface functions. If not, you need to write your own driver based on the commands described in the datasheets of the displays.

    Best regards,
    Jørgen

Reply
  • Hi,

    I'm not aware of any driver for this specific OLED display. If you are lucky, someone in the community can help out.

    There are some drivers available for SSD1306 OLED display, but I don't know if these are similar. If you can find an existing driver for another platform, you may be able to port it to the nRF52 platform by only changing the I2C/TWI interface functions. If not, you need to write your own driver based on the commands described in the datasheets of the displays.

    Best regards,
    Jørgen

Children
Related