ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
166 stars 35 forks source link

#error No config selected in GUIslice_config.h. Please uncomment/select a config. #160

Closed SuperPauly closed 3 years ago

SuperPauly commented 3 years ago

Why am I getting this error when I have uncomented the driver I need? image Its the only config I have uncomented and I don't understand why it not compiling.

I have put a config folder in my project and inside that the "ard-adagfx-st7735-notouch.h" driver. Where am I going wrong?

Thanks.

Pconti31 commented 3 years ago

@SuperPauly Remove config folder from your project folder. It must be in libraries/GUIslice/config Due to an unfortunate medical issue I won't have time for Builder support for the next few months. If you need more support post to GUIslice issues and Calvin @ImpulseAdventure will help you out. Paul--

Pconti31 commented 3 years ago

@SuperPauly One more point GUIslice_config.h must be in libraries/GUIslice/src Paul--

SuperPauly commented 3 years ago

@SuperPauly Remove config folder from your project folder. It must be in libraries/GUIslice/config Due to an unfortunate medical issue I won't have time for Builder support for the next few months. If you need more support post to GUIslice issues and Calvin @ImpulseAdventure will help you out. Paul--

Thank you for your help, I hope you get and feel better soon. All the best.

SuperPauly commented 3 years ago

image I think it might be a path problem. This is my tree.

I feel that I got a bit confused with the instructions and have put things in the wrong place. Are the paths now correct? I also have downloaded the folder with the config files in.

Pconti31 commented 3 years ago

@SuperPauly To verify, Open Arduino IDE and select File->preferences under Sketchbook location you should see something like: C:\Users\pauls\Documents\Arduino this is where your libraries folder should be along with C:\Users\pauls\Documents\Arduino\libraries\GUIslice, C:\Users\pauls\Documents\Arduino\libraries\Adafruit_GFX and all other arduino libraries. Edit or replace C:\Users\pauls\Documents\Arduino\libraries\GUIslice\src\GUIslice_config.h here. Same with C:\Users\pauls\Documents\Arduino\libraries\GUIslice\config\ard-adagfx-st7735-notouch.h Again repost in GUIslice issues for more help.

Pconti31 commented 3 years ago

@SuperPauly Since I haven't heard anything back I'll assume this is fixed. If not add more detail and I'll reopen. Paul--