We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223f914 commit 30b2e1bCopy full SHA for 30b2e1b
CMakeLists.txt
@@ -0,0 +1,11 @@
1
+# Adafruit GFX Library
2
+# https://github.com/adafruit/Adafruit-GFX-Library
3
+# BSD License
4
+
5
+cmake_minimum_required(VERSION 3.5)
6
7
+idf_component_register(SRCS "Adafruit_GFX.cpp" "Adafruit_GrayOLED.cpp" "Adafruit_SPITFT.cpp" "glcdfont.c"
8
+ INCLUDE_DIRS "."
9
+ REQUIRES arduino Adafruit_BusIO)
10
11
+project(Adafruit-GFX-Library)
component.mk
@@ -0,0 +1 @@
+COMPONENT_ADD_INCLUDEDIRS = .
0 commit comments