OLED W Click mikroe

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
r_teixeir
Posts: 96
Joined: Fri Jul 15, 2016 10:51 am
Has thanked: 24 times
Been thanked: 5 times
Contact:

OLED W Click mikroe

Post 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
Attachments
OLED W Click.jpg
OLED W Click.jpg (120.91 KiB) Viewed 3284 times
OLED component.jpg
OLED component.jpg (100.55 KiB) Viewed 3284 times

r_teixeir
Posts: 96
Joined: Fri Jul 15, 2016 10:51 am
Has thanked: 24 times
Been thanked: 5 times
Contact:

Re: OLED W Click mikroe

Post 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
Attachments
OLED_Teste.fcfx
(7.7 KiB) Downloaded 127 times
OLED_Teste_SSD1306.fcfx
(7.7 KiB) Downloaded 133 times

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: OLED W Click mikroe

Post 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

r_teixeir
Posts: 96
Joined: Fri Jul 15, 2016 10:51 am
Has thanked: 24 times
Been thanked: 5 times
Contact:

Re: OLED W Click mikroe

Post by r_teixeir »

LeighM, thank you very much, it worked perfectly.

I Appreciate

Rod

Post Reply