adafruit / Adafruit_Learning_System_Guides

Programs and scripts to display "inline" in Adafruit Learning System guides
MIT License
1.01k stars 769 forks source link

a lot of errors when trying to compile for Feather M0 Express #456

Closed Impact9 closed 5 years ago

Impact9 commented 5 years ago

Adafruit is unclear with exactly how to perform this project. I'm trying to compile this for my Adafruit Feather M0 Express Hallowing but I'm finding a lot of errors and being a novice I'm not sure what's wrong, me or the code. Following this guide (https://learn.adafruit.com/hallowing-all-seeing-skull/code-in-arduino) to here.

I did load the libraries and boards instructed but the only thing that wasn't clear was the Programmer. I've tried AVRISP MK II with the following results on Arduino 1.8.8 -

`Arduino: 1.8.8 (Windows 10), Board: "Adafruit Feather M0 Express"

All_Seeing_Skull:290:7: error: stray '\342' in program

   <span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>

   ^
ladyada commented 5 years ago

hi please go back to the giude and click this button, you shoudl get a zip

image

Impact9 commented 5 years ago

I'm not sure why but it compiled and uploaded this time but it will not work. I know it worked before this as I powered it up after installing it in my project. I was wanting to change eyes which caused this problem. Now I did have to delete the Arduino15 folders that were hidden in my user folder to get this to compile. I have both the Arduino and Adafruit SAMD along with the Adafruit GFX, ST7735/ST7789, and Zero DMA included. I just can't get it to work. I shouldn't need to do anything else beyond commenting out the OLED lines in the config.ch right?

ladyada commented 5 years ago

if you have other tech support questions please post in the forums - we dont do tech support in github issues :)

Impact9 commented 5 years ago

Understandable but it's a code issue related to this "project" not a hardware issue.