mirror of
https://github.com/olikraus/u8g2.git
synced 2026-09-14 18:53:22 +00:00
2.32.9
This commit is contained in:
+10
-6
@@ -40,16 +40,20 @@
|
||||
#include "U8x8lib.h"
|
||||
|
||||
#ifdef ARDUINO
|
||||
|
||||
#ifdef U8X8_HAVE_HW_SPI
|
||||
#include <SPI.h>
|
||||
#endif
|
||||
|
||||
#ifdef U8X8_HAVE_HW_I2C
|
||||
#ifdef U8X8_HAVE_HW_I2C_TEENSY3
|
||||
#include <i2c_t3.h>
|
||||
#else
|
||||
#include <Wire.h>
|
||||
#endif
|
||||
#endif
|
||||
# ifdef U8X8_HAVE_HW_I2C_TEENSY3
|
||||
# include <i2c_t3.h>
|
||||
# else
|
||||
# include <Wire.h>
|
||||
# endif
|
||||
#endif /* U8X8_HAVE_HW_I2C */
|
||||
|
||||
#endif /* ARDUINO */
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user