From 6fbb6c8f70b2103fd88d8d9da3ce884a283b1bfd Mon Sep 17 00:00:00 2001 From: JF Date: Sat, 7 Dec 2019 17:11:50 +0100 Subject: Convert Spi and GFX to C++. --- src/CMakeLists.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fb34595b..d2ba5e25 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -33,8 +33,9 @@ list(APPEND SOURCE_FILES DisplayApp/DisplayApp.cpp DisplayApp/lcdfont.c main.cpp - drivers/st7789.cpp - drivers/spi_master_fast.cpp + drivers/St7789.cpp + drivers/SpiMaster.cpp + Components/Gfx/Gfx.cpp ) set(INCLUDE_FILES @@ -43,8 +44,9 @@ set(INCLUDE_FILES BlinkApp/BlinkApp.h DisplayApp/DisplayApp.h DisplayApp/lcdfont.h - drivers/st7789.h - drivers/spi_master_fast.h + drivers/St7789.h + drivers/SpiMaster.h + Components/Gfx/Gfx.h ) nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}") \ No newline at end of file -- cgit v1.2.3