mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
Enable Adafruit-GFX-Library as ESP-IDF component support (#376)
Enables Adafruit-GFX-Library as ESP-IDF component support (with Arduino as component)
This commit is contained in:
parent
223f914d0e
commit
30b2e1b99a
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal file
@ -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
component.mk
Normal file
1
component.mk
Normal file
@ -0,0 +1 @@
|
||||
COMPONENT_ADD_INCLUDEDIRS = .
|
Loading…
x
Reference in New Issue
Block a user