Replies: 1 comment
-
I shifted my issue to issue #1875 See there for specific code and for my more pinpointing questions. Johannes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My Dears! I have a C++ class inheritance problem:
Thank you very much Oli'Kraus:
Your U8G2 is piece of software art, it is great & superb & welldocumented.
...
My SS1306 128x64 display, hardwired on an Arduino Uno works as expected.
I use the Arduino IDE
But, now (!)
=-=-=-=-=
I derived a class from
U8G2LOG class:
And most of the derived methods like
will done fine compiled
but (!) the method:
derivedObject.print( some ) // arghh §$%&/()=sh*t(/&%
creates this
compiletime error:
=-=-=-=-=-=-=-=
"error: no matching function for call to 'derivedObject::print()' "
I need some ideas
THX
Johannes
Beta Was this translation helpful? Give feedback.
All reactions