Skip to content

Commit

Permalink
Add demo for Kindle touch PCB
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberlin committed Jun 28, 2024
1 parent 2d31258 commit 0b245a2
Show file tree
Hide file tree
Showing 5 changed files with 15,221 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/touch-tma340/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.16.0)
set(EXTRA_COMPONENT_DIRS "../../")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(draw_example)
3 changes: 3 additions & 0 deletions examples/touch-tma340/main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(app_sources "touch-draw.c")

idf_component_register(SRCS ${app_sources} REQUIRES epdiy)
Loading

0 comments on commit 0b245a2

Please sign in to comment.