-
Notifications
You must be signed in to change notification settings - Fork 260
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
I have errors compiling and saving the quadversity code in arduino #165
Comments
Looks like the last time I committed to quadversity was July 2018. Try 1.8.5 which was the current release back then. https://www.arduino.cc/en/Main/OldSoftwareReleases |
TKS @JyeSmith I installed version 1.8.5. Also the libraries that are attached in the rar and the adafruit 1306 and gfx libraries that this requests. Many errors remain that there are redefinitions. But after you told me that the last quadversity code was from July 2018, I searched for the adafruit_1306 library version of that date, and installed it instead of the latest version. In this way the code is compiled without problem, even in version 1.8.12 of the IDE. I'm going to assemble the circuit again to see if this time I get it to work ... Thanks for getting a little closer to the goal ... |
hello @juanvivo |
all libraries are in the latest version except one. But I don't remember which one, when I get home I look at it and tell you ...
Enviado desde Yahoo Mail con Android
El mié., jun. 24, 2020 a 16:23, Sergey Pykhtunov<[email protected]> escribió:
hello @juanvivo
can you please say, wich versions of libraries did you install?
seeems i tried many combinations of adafruit 1306 and gfx libraries, but still have warnings in compilation (and not working receiver).
I tried 1306 - 1.2.7 (and all near it) and GFX 1.2.9-1.4.14 - but no success
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
the version that worked for me was adafruit 1306 july 2018. It seems to me to remember that later I tried with some later versions and it also worked well.
|
thank you for the answer. I can found: |
Tried all this versions, but still unsucsessfull (get many warnings during compiling, and then white snow on the screen). It would be fine, if you find the working versions :) |
The versión that i use without problems is 1.3.0 in 1.8.12 ide .
|
thank you =) |
I was also having compiler errors until I read this. I downgraded from the current Adafruit GFX lib (1.10) to 1.3.0, and it compiles now. |
I also found working versions. this was Adafruit_SSD1306 1.1.2 and Adafruit_GFX 1.2.2 |
When I compiled the source code, I reported this wrong, what's going on? new.cpp.o (symbol from plugin): In function |
I had the same error, but just now I've been able to compile, just downgrade your Adafruit_SSD1306 and Adafruit_GFX libraries. The versions that worked for me are Adafruit_SSD1306 1.1.2 and Adafruit_GFX 1.2.3 |
I am having trouble saving the code to the arduino. I have tried several versions of the IDE (1.6.8, 1.6 and 1.5) but I have not been successful with any ... Can you tell me a version of the IDE with which you are sure you can compile and save the code without "redefined" errors?
The text was updated successfully, but these errors were encountered: