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.

12 lines
304 B

2 years ago
# Adafruit Bus IO Library
# https://github.com/adafruit/Adafruit_BusIO
# MIT License
cmake_minimum_required(VERSION 3.5)
idf_component_register(SRCS "Adafruit_SSD1306.cpp"
INCLUDE_DIRS "."
REQUIRES arduino Adafruit-GFX-Library)
project(Adafruit_SSD1306)