Closed TheFausap closed 3 years ago
I'll try it on my board and see if I can reproduce the problem.
I think the problem is here:
Used: C:\Users\fausap\Documents\Arduino\libraries\Adafruit_GFX_Library
Not used: C:\Users\fausap\Documents\ArduinoData\packages\Maixduino\hardware\k210\0.3.11\libraries\Adafruit-GFX-Library
You need to remove the Adafruit_GFX_Library folder from your libraries folder so it uses the one in the Maixduino core, and then it should all work OK.
Regards, David
Hello David,
Removing that directory makes the build successfully. Instead of removing a "default" library folder, is there a way to specify an order of inclusion?
Thanks, Fausto
I'm not sure - I'm not an expert on that aspect of C. If you find a solution let me know!
Ok, anyway we can close the issue. Because the Adafruit_GFX is installed by default, maybe you could add a note in the building part for Maixduino, specifying this need to be removed.
Good suggestion, thanks.
Hello,
I have a MAIXDUINO with TFT display and I'm trying to build with gfxsupport enabled, but I have errors below. Maybe it is something in my Arduino IDE configuration, but I am not sure about it.
thanks Fausto