Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage Question LED Matrix #3

Closed
CayenneSF opened this issue Oct 29, 2016 · 2 comments
Closed

Usage Question LED Matrix #3

CayenneSF opened this issue Oct 29, 2016 · 2 comments

Comments

@CayenneSF
Copy link

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 <Adafruit_GFX.h> // Core graphics library

include <RGBmatrixPanel.h> // Hardware-specific library

include<Adafruit_mfGFX.h>

@pkourany
Copy link
Owner

@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.

@CayenneSF
Copy link
Author

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
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAx0zf6ewCaK55yEGzx20skLe2d4Xk1uks5q41nsgaJpZM4KkAcc
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants