-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Integration of LCDGFX with ArduinoMenu #109
Comments
Within the ArduinoMenu I was successful in getting the MACRO that was develop to initialize to function and when the compiler executes this is the output: I was successful in getting the MENU_OUTPUTS to generate the initialize:
Though at moment I have LCDGFX complaining..
|
Hello. Do you have any simple project to build with Arduino IDE giving this error? |
We have to add to macros the lcdgfx macro i'll provide that shortly. Show that it will generate the appropriate code upon compile. Why are we changing the other macro just curious? I'm at moment building out the sample code with ArduinoMenu integrated with LCDGFX so we can just use it outside of my other project. I should have this done late this afternoon. I use Visual Code with PlatformIO that okay or you want in Arduino IDE? I'll have to reinstall Arduino IDE if so. |
I was successful in getting the two to compile, it required modification to the ArduinoMenus macro.h file. After careful study I was able to find the items it required. Now compile is one thing getting it to produce the menu through the driver is another. I will work this a get a development sample uploaded shortly so either share the outcome or determine what i may be missing.More to come |
I have started the attempted integration of LCDGFX with Nanoengine enabled for the ArduinoMenu Library. I have to initialize the menu and pass the display and nanoengine; NanoEngine1<DisplaySSD1306_128x64_I2C> engine(display);
I am attempting to figure out how I can pass the nanengine and display objects to ArduinoMenu without throwing a compiler error.
I have tried:
Suggestions would be appreciated..
Below is the draft lcdgfxOut.h library to be inserted into ArduinoMenu..
The text was updated successfully, but these errors were encountered: