diff --git a/cppsrc/U8x8lib.cpp b/cppsrc/U8x8lib.cpp index ac9e82c13..b26f955b3 100644 --- a/cppsrc/U8x8lib.cpp +++ b/cppsrc/U8x8lib.cpp @@ -50,6 +50,11 @@ # include # else # include +# ifdef U8X8_HAVE_2ND_HW_I2C +# if defined(MINICORE) && defined(__AVR_ATmega328PB__) +# include +# endif +# endif # endif #endif /* U8X8_HAVE_HW_I2C */