Neopixel Painter Help!

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Crass
 
Posts: 1
Joined: Tue Oct 13, 2020 12:05 am

Neopixel Painter Help!

Post by Crass »

I am having issues compiling the code from this project: https://learn.adafruit.com/neopixel-painter/download

I am trying to compile the code for an arduino Nano, which should work with this project. Right off the bat I get this error: "Compilation error: ./gamma.h: No such file or directory". Included with this project is the gamma.h library, which I have made an appropriate folder for and copied it into in the libraries folder. I can fix this issue by simply removing the "./" from in front of gamma.h.

Next I get: "Compilation error: 'SdCard {aka class DedicatedSpiCard}' has no member named 'readBlock'; did you mean 'readStop'?"

Can anyone try running this code on an Nano or Uno, or help me get this running? Thank you!

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Neopixel Painter Help!

Post by adafruit_support_mike »

The gamma.h file should live in the same directory as the sketch file. It isn't a library per se, just a resource file.

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”