Add DisplayApp, and lcdfont. Update the display every second
This commit is contained in:
parent
29efb9aef6
commit
5225706cc8
6 changed files with 7481 additions and 80 deletions
|
|
@ -30,6 +30,8 @@ include_directories(.)
|
|||
list(APPEND SOURCE_FILES
|
||||
Logging/NrfLogger.cpp
|
||||
BlinkApp/BlinkApp.cpp
|
||||
DisplayApp/DisplayApp.cpp
|
||||
DisplayApp/lcdfont.c
|
||||
main.cpp
|
||||
drivers/st7789.cpp
|
||||
drivers/spi_master_fast.cpp
|
||||
|
|
@ -39,6 +41,8 @@ set(INCLUDE_FILES
|
|||
Logging/Logger.h
|
||||
Logging/NrfLogger.h
|
||||
BlinkApp/BlinkApp.h
|
||||
DisplayApp/DisplayApp.h
|
||||
DisplayApp/lcdfont.h
|
||||
drivers/st7789.h
|
||||
drivers/spi_master_fast.h
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue