U8glib_Arduino icon indicating copy to clipboard operation
U8glib_Arduino copied to clipboard

U8glib.h: No such file or directory

Open MrIceWizard opened this issue 1 year ago • 4 comments

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?

MrIceWizard avatar Apr 15 '23 16:04 MrIceWizard

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

olikraus avatar Apr 15 '23 17:04 olikraus

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

MrIceWizard avatar Apr 15 '23 18:04 MrIceWizard

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.

olikraus avatar Apr 15 '23 18:04 olikraus

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.

MaxyMeanderings avatar Jul 07 '23 00:07 MaxyMeanderings