Skip to content

Commit

Permalink
Enable Adafruit-GFX-Library as ESP-IDF component support (#376)
Browse files Browse the repository at this point in the history
Enables Adafruit-GFX-Library as ESP-IDF component support  (with Arduino as component)
  • Loading branch information
solhuebner authored Jan 21, 2022
1 parent 223f914 commit 30b2e1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Adafruit GFX Library
# https://github.com/adafruit/Adafruit-GFX-Library
# BSD License

cmake_minimum_required(VERSION 3.5)

idf_component_register(SRCS "Adafruit_GFX.cpp" "Adafruit_GrayOLED.cpp" "Adafruit_SPITFT.cpp" "glcdfont.c"
INCLUDE_DIRS "."
REQUIRES arduino Adafruit_BusIO)

project(Adafruit-GFX-Library)
1 change: 1 addition & 0 deletions component.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COMPONENT_ADD_INCLUDEDIRS = .

0 comments on commit 30b2e1b

Please sign in to comment.