adafruit / Adafruit_Seesaw

Arduino library driver for seesaw multi-use chip
93 stars 64 forks source link

Removed extra depends from library.properties #32

Closed Skysurfer closed 3 years ago

Skysurfer commented 3 years ago

-Removed "Adafruit ST7735 and ST7789 Library" from depends line in library.properties. It is not necessary for this library and breaks support for any board not supported by the SD library downstream, including ESP8266 boards.

-No known limitations.

-Tested this change against the current 1.3.1 release and it compiled without error along with functioning as expected on an ESP8266 board.