Closed bethanysciences closed 1 year ago
Thanks for the bug report! I've tested this on my end and confirmed the behavior you're seeing. Looks like the root problem is here:
It appears ARDUINO_ARCH_AVR
is not defined for the Nano Every, will just add another check for that.
Should be fixed in v2.2.9! Thanks again for the report!
Love you guys, thanks!
Subject of the issue
not running, but successfully compiles on Arduino Nano Every (ATMega4809).
Workbench
MCU: Arduino Nano Every (ATMega4809) Compiling on Arduino version: 2.1.1 2023-07-03T07:51:40.946Z CLI Version: 0.32.3 Board version Arduino MegaAVR Boards version 1.8.8 tested 4 different displays w/ same result connected with stemma connectors.
Steps to reproduce
Compiles and loads successfully but does have this message:
All segments light regardless of fed signals
Solution
I got the correct displays by repeating (exactly), in setup(), the needed characters from the character map in SparkFun_Alphanumeric_Display.h (starting line 45) - a few examples.
Looks like something relating to board defs or variable declarations are missing either in your code or Arduino's. Sorry, using these for a fast project and don't have time to run this to ground for you.