I2C OLED Display 128x64

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

Moderator: Benj

Post Reply
rradojko
Posts: 40
Joined: Thu Jun 21, 2012 8:53 am
Has thanked: 10 times
Been thanked: 2 times
Contact:

I2C OLED Display 128x64

Post by rradojko »

Hello,

On ebay I bought I2C OLED display,
Use license Flowcode 6.
How to write on the display "Hello World". Does anyone programmed such OLED display?
Please program (code of Flowcode) for writing on the OLED display.

Thanks.
Attachments
OLED_displey_I2C.jpg
OLED_displey_I2C.jpg (33.07 KiB) Viewed 7266 times

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Re: I2C OLED Display 128x64

Post by kersing »

Based on the information on ebay you will need to use The SSD1306 component. Please try to create a flowchart yourself and if you do not succeed ask specific help.
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

rradojko
Posts: 40
Joined: Thu Jun 21, 2012 8:53 am
Has thanked: 10 times
Been thanked: 2 times
Contact:

Re: I2C OLED Display 128x64

Post by rradojko »

Thanks for the information.
Yes, yes, I used SSD1306 component. But this is not flowcode 6.?
Flowcode 7 has a SSD1306 component.


How to use Flowcode 6 and an I2C OLED display and component SSD1306?
I would need an example flowchart Flowcode 6. Does anyone dealt with this I2C OLED?

Thanks.

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Re: I2C OLED Display 128x64

Post by kersing »

Try 'search' on the component bar. In the filter box enter SSD, this should list GLCD (SSD1306) I2C for Flowcode 6. Add the component to your flowchart and add some component macro calls to your flowchart starting with 'Initialize'. Make sure to check the component connections by selecting the component from the drop down in the 'Properties' window.
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

rradojko
Posts: 40
Joined: Thu Jun 21, 2012 8:53 am
Has thanked: 10 times
Been thanked: 2 times
Contact:

Re: I2C OLED Display 128x64

Post by rradojko »

Hello!

The victory. Thank you very much kersing :D .
I use a search and found.
Look at the picture.

I use the Arduino UNO and I2C glcd (SSD1306).
I wrote the test program "Hello World". It works fine.

Thanks again. I am very happy....... :D .
Attachments
OLED_I2C_deluje.fcfx
(5.18 KiB) Downloaded 666 times
GLCD_SSD1306.jpg
(302.27 KiB) Downloaded 1572 times

Post Reply