[3DP] Tarantula Marlin 펌웨어 도전
2022.02.25
1. add library
2. compile -> utility/u8g.h error!!
3. google search "arduino utility/u8g.h"
4. https://forum.arduino.cc/index.php?topic=387710.0
fatal error: utility/u8g.h: No such file or directory
I know that this topic has been previously submitted, but I cannot find any resolution. I recently upgraded from 1.6.7 to 1.6.8. After making sure that U8GLIB was added to the library (via the sketch add library function) and editing the configuration.h fi
forum.arduino.cc
5. utility/u8g.h => clib/u8g.h -> error
6. u8g 관련 file이 어디에도 없음
7. http://www.hardcopyworld.com/gnuboard5/bbs/board.php?bo_table=tech_etc&wr_id=15
Home (HardCopyWorld)
Recent Android Tech DIY
www.hardcopyworld.com
8. https://bintray.com/olikraus/u8glib/Arduino
9. library directory에 복사
10. utility를 추가 후 compile -> 멈춤
11. 라이브러리 업데이트 메유에서 추가 -> 멈춤
12. 1.6.x version -> compile 멈춤
13. 1.0.x version -> compile 멈춤 => nested include too deep ~ Error Log
14. header 확인 결과 중복 방지 Code가 없음