adafruit / Adafruit-SSD1351-library

Adafruit library for the 1.27" and 1.5" color OLEDs in the shop
http://www.adafruit.com/products/1431
Other
112 stars 50 forks source link

Added Adafruit BusIO dependancy #35

Closed Viproz closed 3 years ago

Viproz commented 3 years ago

This PR fixes the issue related to the missing header file: fatal error: Adafruit_I2CDevice.h: No such file or directory

This fix is also given here https://github.com/adafruit/Adafruit_VEML6075/issues/5 for a similar library.

ladyada commented 3 years ago

thanks!