Replies: 1 comment 1 reply
-
Solved: ~/.tcmenu/plugins |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On OSX & Pio:
I have a little messup with a project which i updated to 4.1 tcmenu... To nail down the problem i tried to compile it again with 4.0 libs. On project side its no problem to use the old libraries but i struggle on the tcmenu side.
When i use the TCMenu4.0 version i can load the .emf but when exporting the source it always displays 4.1.1 libraries. Why?
The 4.1 tcmenu project is not compiling with 4.x libraries, especially the crystal liquid throws errors, so i need to downgrade:
menu.cpp & menu.h:
cannot declare variable 'renderer' to be of abstract type 'LiquidCrystalRenderer'
tcMenuLiquidCrystal.h:
'void LiquidCrystalRenderer::drawMenuItem(tcgfx::GridPositionRowCacheEntry*, tcgfx::Coord, tcgfx::Coord, const int&)' marked 'override', but does not override
'DrawingFlags' does not name a type
Beta Was this translation helpful? Give feedback.
All reactions