diff --git a/csrc/u8g2.h b/csrc/u8g2.h index ecb3f949..4c51ab99 100644 --- a/csrc/u8g2.h +++ b/csrc/u8g2.h @@ -164,7 +164,7 @@ /* the macro U8G2_USE_LARGE_FONTS disables large fonts (>32K) */ /* it can be enabled for those uC supporting larger arrays */ -#ifdef __arm__ +#if (defined __arm__) || (defined __arc__) #define U8G2_USE_LARGE_FONTS #endif