TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: geitemans on July 05, 2016, 05:34:48 AM

Title: Getting Tinyscreen+ up and running with other boards
Post by: geitemans on July 05, 2016, 05:34:48 AM
Hi there!
I'm a bit of an Arduino noob, but I've purchased the tinyscreen+ and a lot of modules. I am having trouble combining the new Tinyscreen+ and the other boards. What are the basic steps here? Basically the Tinyscreen+ won't include any of these libraries:

#include "Charliplexing.h"
#include "Font.h"
#include "Arduino.h"
#include <EEPROM.h>
#include "RTIMUSettings.h"
#include "RTIMU.h"
#include "RTFusionRTQF.h"

Sorry for the total newbie question, but what should I do?

John
Title: Re: Getting Tinyscreen+ up and running with other boards
Post by: Ben Rose on July 12, 2016, 06:24:58 PM
Hi John,

These libraries would need to be downloaded and put into your libraries folder inside your 'Arduino' folder, or you can download (for the 9 axis sensor) from https://codebender.cc/sketch:252367 which includes all the necessary files in a single folder.