Hi all,
Pulled out an older project to resurrect it (update it really), and while it runs on the device, the program won't compile any longer. Teensy 3.2 and Adafruit LCD with ILI9431. If I remember correctly, I was using Arduino 1.8.(teens) when I built it. When I go back in to start playing I'm getting compile errors and a number of warnings, the worst seem to be on a couple of the colors. ILI9431_LIGHTGREY, ILI9431_ORANGE, and ILI9431_DARKCYAN: all showing "not declared in this scope". I went back into the current GIT and the keywords appear to be the same so I have no idea how they could not be declared with #include "ILI9431_t3.h" in the header. Current IDE is Arduino 2.3.2 and it has been updating automatically. I found that Paul suggested that TeensyDuino 1.59 should be fine with that, is there something possibly related to updates that I'm not looking at? Been looking through the forums and anywhere else I can think of. Any suggestions would be welcome on where to start. I suppose I could re-spin the whole thing with current parts, but I kind of dread the thought of that.
Side note: I know it's already past, but reading through the death of 3.2 really made me sad. I understand, and I can't begin to think just how hard this hit others far more than me. Thank you Paul for letting us have it for a while.
Pulled out an older project to resurrect it (update it really), and while it runs on the device, the program won't compile any longer. Teensy 3.2 and Adafruit LCD with ILI9431. If I remember correctly, I was using Arduino 1.8.(teens) when I built it. When I go back in to start playing I'm getting compile errors and a number of warnings, the worst seem to be on a couple of the colors. ILI9431_LIGHTGREY, ILI9431_ORANGE, and ILI9431_DARKCYAN: all showing "not declared in this scope". I went back into the current GIT and the keywords appear to be the same so I have no idea how they could not be declared with #include "ILI9431_t3.h" in the header. Current IDE is Arduino 2.3.2 and it has been updating automatically. I found that Paul suggested that TeensyDuino 1.59 should be fine with that, is there something possibly related to updates that I'm not looking at? Been looking through the forums and anywhere else I can think of. Any suggestions would be welcome on where to start. I suppose I could re-spin the whole thing with current parts, but I kind of dread the thought of that.
Side note: I know it's already past, but reading through the death of 3.2 really made me sad. I understand, and I can't begin to think just how hard this hit others far more than me. Thank you Paul for letting us have it for a while.