olikraus / U8glib_Arduino

U8glib library for Arduino
Other
161 stars 84 forks source link

U8glib.h: No such file or directory #31

Open MrIceWizard opened 1 year ago

MrIceWizard commented 1 year ago

Hello, I'm using Arduino IDE and I'm uploading to a MKS 1.4 board (Arduino Mega basically) and the IDE is saying U8glib.h: No such file or directory. I'm not sure what I'm doing wrong, could someone help?

olikraus commented 1 year ago

I don't support u8glib any more. What about using u8g2?

MrIceWizard commented 1 year ago

Would I just replace U8glib.h with U8g2.h in the code?

olikraus commented 1 year ago

If you have an existing code, then replacing U8glib.h with U8g2.h would require some porting. Alternative solution: If U8glib.h is missing, then you need to install u8glib in the Arduino IDE.

MaxyMeanderings commented 1 year ago

Hello, I'm using Arduino IDE and I'm uploading to a MKS 1.4 board (Arduino Mega basically) and the IDE is saying U8glib.h: No such file or directory. I'm not sure what I'm doing wrong, could someone help?

Hey, I'm not sure if you ever fixed this, but I had the same error. I fixed it by Installing the library directly from the Arduino IDE. The "U8GLIB-HAL" by Scott Library seems to be the correct one.