Jump to content
  • 0

Creating a Message Display on basic I/O shield


Laplante438

Question

4 answers to this question

Recommended Posts

Hi Alain,

Did you install the IOShieldOLED library? Here is a link to three different demos for the basic I/O shield. One is the IOShieldOLED demo which has the library  IOShieldOled.h. After you install the librarys as describe here you will be able to just copy and paste the code into a sketch. The only change i had to make was from the line

 IOShieldOled.setDrawMode(modeAnd);

to

IOShieldOled.setDrawMode(IOShieldOled.modeAnd);

and it works. I have already put in a request to fix this error on the webpage. Hope this Helps!

cheers,

Jon

Link to comment
Share on other sites

Thank you Jon !

Yes I did install the IOShieldOLED library. I've been able to upload and run the Oled Full Demo but not the sketch I've copied from the website. I will try the modification you made and I let you know it goes.

Thanks again for your help,

Alain

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...