From 8909bb8e8c915d105daaf7d1fd03546af5ab4d94 Mon Sep 17 00:00:00 2001 From: gamerdonkey Date: Sat, 14 Sep 2024 16:00:46 -0500 Subject: Changing to use an Adafruit_GFX library from components repo. --- components/fasani__adafruit_gfx/component.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 components/fasani__adafruit_gfx/component.mk (limited to 'components/fasani__adafruit_gfx/component.mk') diff --git a/components/fasani__adafruit_gfx/component.mk b/components/fasani__adafruit_gfx/component.mk new file mode 100644 index 0000000..e28b1bd --- /dev/null +++ b/components/fasani__adafruit_gfx/component.mk @@ -0,0 +1,11 @@ +# +# Main component makefile. +# +# This Makefile can be left empty. By default, it will take the sources in the +# src/ directory, compile them and link them into lib(subdirectory_name).a +# in the build directory. This behaviour is entirely configurable, +# please read the ESP-IDF documents if you need to do this. +# + + +COMPONENT_ADD_INCLUDEDIRS=. \ No newline at end of file -- cgit v1.2.3