I trying to get the Adafruit SSD1306 I2C oled to work with Spark.
One of the stuff i trying is to convert the Adafruit library for SSD1306 from Arduino to Spark but there looks like to match things i don´t have any idea how to convert…
Someone has alrady done the part of Adafruit GFX library so its only the SSD1306 part to get to work.
I have also taked a look at some code i got after search in this community and tried to convert to SSD1306 but still got not more then got some pixels on the display.
Lots of folks have ported the GFX library including me along with the Adafruit_LEDBackpack library. If you need the font, glcdfont.c you might have to put it in glcdfont.h in the webIDE.
Library Noob question. But without the spark.json, the repo is a not recognized b y the IDE. Do you guys all make a copy just to add the one file? Or am I missing some basic thing?
You can have multiple files in your project with the little circle plus in the upper corner of the webIDE. So it is cut-and-paste for a non spark.json library, but you don’t have to put all the code in one big file.