config error

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
brudugan
 
Posts: 3
Joined: Wed Aug 17, 2022 1:51 pm

config error

Post by brudugan »

Arduino: 1.8.19 (Windows 10), TD: 1.57, Board: "Adafruit Circuit Playground Express"

uncannyEyes:32:10: fatal error: config.h: No such file or directory

#include "config.h" // ****** CONFIGURATION IS DONE IN HERE ******

^~~~~~~~~~

compilation terminated.

exit status 1

config.h: No such file or directory


how is this corrected???



This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

User avatar
adafruit_support_carter
 
Posts: 29150
Joined: Tue Nov 29, 2016 2:45 pm

Re: config error

Post by adafruit_support_carter »

You're missing a necessary file - config.h.

The file should have been in the zip file:
https://learn.adafruit.com/animated-ele ... s/software

There are other files as well. Also the graphics subfolder. Be sure all the files/folders for the uncannyEyes sketch are copied over.

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

Return to “Itsy Bitsy Boards”