From 8cce9c35f37be9202480add526022126fcf02f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gassmann?= Date: Thu, 2 May 2024 21:16:41 +0200 Subject: [~] Moved the screen related code in a component --- components/screen/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 components/screen/CMakeLists.txt (limited to 'components/screen/CMakeLists.txt') diff --git a/components/screen/CMakeLists.txt b/components/screen/CMakeLists.txt new file mode 100644 index 0000000..df343b9 --- /dev/null +++ b/components/screen/CMakeLists.txt @@ -0,0 +1,3 @@ +idf_component_register(SRCS "screen.c" + INCLUDE_DIRS "." + PRIV_REQUIRES esp_driver_gpio esp_driver_i2c) \ No newline at end of file -- cgit v1.2.3