Closed CayenneSF closed 7 years ago
@CayenneSF, this library was tailored for Particle devices (Core, Photon, Electron). Their platform uses "application.h" instead of "arduino.h". I have an Arduino version of the mfGFX library as well.
AH! Thank you.
On Sat, Oct 29, 2016 at 7:36 AM, Paul Kourany notifications@github.com wrote:
@CayenneSF https://github.com/CayenneSF, this library was tailored for Particle devices (Core, Photon, Electron). Their platform uses "application.h" instead of "arduino.h". I have an Arduino version https://github.com/pkourany/Arduino_Adafruit_mfGFX_Library of the mfGFX library as well.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pkourany/Adafruit_mfGFX_Library/issues/3#issuecomment-257094939, or mute the thread https://github.com/notifications/unsubscribe-auth/AAx0zf6ewCaK55yEGzx20skLe2d4Xk1uks5q41nsgaJpZM4KkAcc .
So, this looks like a nice tool. Trying to include it in a sketch for driving an LED matrix. On my initial effort, the installation complains of a lack of "application.h"
Really not sure how I am supposed to use this. Any clues?
Here are my includes:
include // Core graphics library
include // Hardware-specific library
include