Replies: 1 comment 2 replies
-
The U8glib library may not be compatible with EpoxyDuino. Many (most?) Arduino libraries do not work with EpoxyDuino without some tweaks. Some will never work EpoxyDuino due to fundamental incompatibilities. I'm not familiar with U8glib so I can't give much more information. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks, I'm having a problem when I try to use the U8glib library. In my Makefile I have
ARDUINO_LIBS := U8glib
, and my.ino
file looks like this:When I run make, I get this error:
I'm very new to Ardunio and EpoxyDuino, so I apologize if I haven't included enough info.
Beta Was this translation helpful? Give feedback.
All reactions