You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
370 B
11 lines
370 B
# 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)
|
|
|