-
Notifications
You must be signed in to change notification settings - Fork 35
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
SdFat.h #1
Comments
Hi Nick, The easiest way is to include SdFat when you install Teensyduino. You Let me know how that works for you. Thanks, On 21 Sep 2014, at 0:57, nickbrewer wrote:
|
Unfortunately it isn't an option in the teensyduino 1.19 installer. I purchased the kit today at Maker Faire, got excited, put it together this evening. |
It's been a while since I installed and I didn't take notes on where I https://github.com/greiman/SdFat Hope that works! On 21 Sep 2014, at 1:29, nickbrewer wrote:
|
Nickbrewer, Like you, I excitedly bought the kit at Maker Farie two weeks ago. I'm not as fast as you at soldering, but just as successful at getting the joy... For reasons unknown to me, the teensyduino-1.19.exe installer doesn't include SdFat in the list of all libraries. It appears from Pixelmatix's experienced that once upon a time it was included, at least in the version he used. Trying to fix this was a a maze of twisty little passages, all alike! Here is how I succeeded:
Mysteriously, Windows wants to reinstall the serial driver when you upload the program. Worse yet, my animated test GIF did not properly display on the Aurora, but at this point I suspect a cold solder joint. If it turns out to be a software problem I will open a new GitHub thread and link it here. |
Thanks for sharing the steps that worked for you. Based on the support requests I've gotten since Maker Faire, getting all the libraries installed is the most difficult part of getting the kit working. I'll improve the library install instructions to point out what's working best for people soon I hope. |
Hello, Following up, because I claimed "my animated test GIF did not properly display on the Aurora" but now I find my problem is not related to this thread or the Aurora kit, so I gotta fess up. Previously in my testing the FeatureDemo sketch did not work, so when AnimatedGIFs didn't work, I assumed a cold solder joint, yet in this forum I suggested a software problem. Mysteriously the FeatureDemo now works and I think it must be due to (yeesh) user error. More importantly I've found that all the examples in https://github.com/pixelmatix/AnimatedGIFs/tree/master/gifs/ work just dandy with the AnimatedGIFs example sketch. My 32x32 animated GIF (my girlfriend chopping an old door, hilarious to the two of us, but non sequitur to youse) not only messes up the display but also locks up the Teensy, GRRR!, so not so funny. ~Kevo |
Hi Kevo, I think the issue playing back your custom GIF will be fixed by changing one line of code in the AnimatedGIFs sketch. The problem and solution is discussed here: I plan to push a new minor release with this fix in the next day or two. Thanks, |
Louis, Thank you! I will respond with my alternate fix on-topic back in #2. ~Kevo |
I've tried a few different methods, but I can never get past AnimatedGIFs not being able to find SdFat.h.
Every time I compile I receive. "AnimatedGIFs.ino:56:19: fatal error: SdFat.h: No such file or directory
compilation terminated."
I'm guessing I haven't added the correct library to Arduino. Mind pointing me in the right direction? I'm not finding a whole lot of useful info in my googlefu.
Thanks!
The text was updated successfully, but these errors were encountered: