Page 1 of 1

OLED W Click mikroe

Posted: Sun Apr 28, 2019 3:23 am
by r_teixeir
Hi all, I bought the OLED W click from mikroe and iam trying to run using the avalable component but it is not working. I dont have a D/C connection available on the component.

Running on the pic32mx795F512L, it would need these pins interfaced with the oled W click:

RST
CS
SDI
D/C

while on the component the connections are shown in the attached:
Is there anybody that could help modify the component for my application?
Thanks

Rod

Re: OLED W Click mikroe

Posted: Thu Feb 04, 2021 4:17 am
by r_teixeir
Hi all, Iam trying to drive the display ssd1306 and Iam having a hard time. :(

Iam using the bl0032 and click board with oled w (ssd1306) in SPI comm
Can somebody please help with this solution. I realized some folks were able to drive the oled C display

Thanks

Rod

Re: OLED W Click mikroe

Posted: Thu Feb 04, 2021 10:38 am
by LeighM
Hi,

If you are using...
BL0032 E-blocks2 dsPIC Programmer
BL0101 E-blocks2 Click Adaptor board
Then the port pin mapping is as follows...

Reset - 7
CS - 2
SCL - 5
SDA - 3
DC - 6

For Port D/G this would map as...

Reset - G9
CS - D10
SCL - G7
SDA - D11
DC - G8

Re: OLED W Click mikroe

Posted: Mon Feb 08, 2021 8:17 pm
by r_teixeir
LeighM, thank you very much, it worked perfectly.

I Appreciate

Rod