-
Notifications
You must be signed in to change notification settings - Fork 39
pins_arduino.h not found #65
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
Comments
Wow GitHub is getting smart... I just said "Fixes #65" in the PR and this issue got automatically closed... As pointed out by @nseidle the I also had to add Your example should now compile. Please let us know if it works for you. |
Oh.... to test this out you'll need to get v1.0.12 through the Arduino boards manager. I'll have it posted in under an hour |
Ok, v1.0.12 is released w/ the fixes |
Now I am able to upload the sketch without any error but I am unable to see the desired graphical output. |
I would recommend double checking your pin / SPI port assignments. Otherwise it would be best to check in with the creators of the TFT product that you are using because they will have better insight. |
No pins_arduino.h in the variants
I am using red board Artemis nano with 2.8" adafruit TFT LCD shield. For simple graphic test, I am getting error
pins_arduino.h: No such file or directory
workbench
https://learn.adafruit.com/adafruit-2-8-tft-touch-shield-v2/connecting
Expected behaviour
The LCD screen should show graphical outputs
Actual behaviour
Arduino: 1.8.9 (Windows Store 1.8.21.0) (Windows 10), Board: "SparkFun RedBoard Artemis Nano, 115200, Ambiq Secure Bootloader (Advanced)"
C:\Users\Documents\Arduino\libraries\Adafruit_ILI9341\Adafruit_ILI9341.cpp:52:12: fatal error: pins_arduino.h: No such file or directory
#include "pins_arduino.h"
^~~~~~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered: