Re. Issue #158 - Tcmenu Designer can produce *-menu.h file with #include <BaseRenderer>, but needs <BaseRenderers> #391
Unanswered
AtmosphEng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Dave, I recently added the following report to Issue #158 after it had been closed and I'm not sure you saw it. So I'm pasting it here again.
I've still noticed something similar with a Mega2560 build with ILI9341 SPI LCD controller. If I initially use the Designer Code Generator to use the "AdafruitGFX Quick Start" and then afterwards remove the display via "No display required", then the resulting Code Generator build fails with the following errors.
In the src_menu.h file:
#include "tcMenuAdaFruitGfx.h" remains and has to be commented-out;
three externs also need to be commented-out (gfx, gfxDrawable, renderer)
In the project_menu.h file: #include <BaseRenderers.h> becomes shortened to "BaseRenderer.h" and the "s" needs to be restored. This is similar behaviour to that reported above.
HTH
Beta Was this translation helpful? Give feedback.
All reactions