mirror of
https://github.com/olikraus/u8g2.git
synced 2026-09-13 10:12:48 +00:00
When compiling outside of the Arduino environmen, U8X8_USE_PINS is not defined. However, some parts of the C++ code outside of the U8X8_USE_PINS guards depended on code inside the guards, breaking compilation. By adding some extra guards, compilation of the C++ code now also works outside of the Arduino environment.