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.
2 parents 33327d0 + 2f6eb1c commit 1dcc8b5Copy full SHA for 1dcc8b5
CMakeLists.txt
@@ -0,0 +1,11 @@
1
+# Adafruit Bus IO Library
2
+# https://github.com/adafruit/Adafruit_BusIO
3
+# MIT License
4
+
5
+cmake_minimum_required(VERSION 3.5)
6
7
+idf_component_register(SRCS "Adafruit_SSD1306.cpp"
8
+ INCLUDE_DIRS "."
9
+ REQUIRES arduino Adafruit-GFX-Library)
10
11
+project(Adafruit_SSD1306)
component.mk
@@ -0,0 +1 @@
+COMPONENT_ADD_INCLUDEDIRS = .
0 commit comments