bitluni / ESP32Lib

http://bitluni.net/esp32-vga/
441 stars 78 forks source link

Specify library dependencies in library.properties #34

Closed per1234 closed 4 years ago

per1234 commented 4 years ago

Specifying the library dependencies in the depends field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of this library.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format

bitluni commented 4 years ago

The library is not dependent on Adafruit_GFX. The Wrapper is an optional include. I try to avoid external dependencies to avoid my library stop compiling at some point.