add support for arduino 101
add support for arduino 101(arc)
This commit is contained in:
parent
2d94224279
commit
344901fed6
|
@ -164,7 +164,7 @@
|
||||||
|
|
||||||
/* the macro U8G2_USE_LARGE_FONTS disables large fonts (>32K) */
|
/* the macro U8G2_USE_LARGE_FONTS disables large fonts (>32K) */
|
||||||
/* it can be enabled for those uC supporting larger arrays */
|
/* it can be enabled for those uC supporting larger arrays */
|
||||||
#ifdef __arm__
|
#if (defined __arm__) || (defined __arc__)
|
||||||
#define U8G2_USE_LARGE_FONTS
|
#define U8G2_USE_LARGE_FONTS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue