U8glib_Arduino icon indicating copy to clipboard operation
U8glib_Arduino copied to clipboard

Anet A8 BigTreeTech Issue

Open ulises269 opened this issue 2 years ago • 6 comments

I am trying to get the BigTreeTech mini12864 working on the Anet A8. No matter what I try the same error pops up. it says U8glib-HAL.h does not exsist I'm using the Marlin Firmware 2.0.9.3

ulises269 avatar Apr 23 '22 07:04 ulises269

U8glib is an Arduino lib, the mentioned h file is not part of this project

olikraus avatar Apr 23 '22 08:04 olikraus

U8glib is an Arduino lib, the mentioned h file is not part of this project

I have the U8glib in my Arduino Lib. But can't find that h file anywhere

ulises269 avatar Apr 23 '22 09:04 ulises269

But can't find that h file anywhere

Correct, because it is not required for Arduino Boards.

olikraus avatar Apr 23 '22 09:04 olikraus

But can't find that h file anywhere

Correct, because it is not required for Arduino Boards.

I'm confused. So then can I not run the BigTree LCD or am I just doing something incorrectly?

ulises269 avatar Apr 23 '22 09:04 ulises269

Marlin has created a special port of U8glib, which not supported by this original project. U8glib-HAL.h is an extension created by Marlin project. This is the original project, which is not at all related to Marlin and especially can not help with any questions related to U8glib-HAL.h

olikraus avatar Apr 23 '22 09:04 olikraus

Marlin has created a special port of U8glib, which not supported by this original project. U8glib-HAL.h is an extension created by Marlin project. This is the original project, which is not at all related to Marlin and especially can not help with any questions related to U8glib-HAL.h

Thank you so much for the help. I would've gone crazy trying to make this work

ulises269 avatar Apr 23 '22 09:04 ulises269