Added support for SD Card browsing. Added missing CMakeLists.txt.

This commit is contained in:
dejvino
2020-02-02 22:13:42 +01:00
parent d93fc4b4c7
commit af712d9124
20 changed files with 206 additions and 45 deletions
+21
View File
@@ -0,0 +1,21 @@
set(COMPONENT_PRIV_INCLUDEDIRS "." "../")
set(COMPONENT_SRCS
"comic24.c"
"DefaultFont.c"
"DejaVuSans18.c"
"DejaVuSans24.c"
"dejavuX.c"
"EPD.c"
"EPDspi.c"
"minya24.c"
"SmallFont.c"
"tooney32.c"
"Ubuntu16.c"
)
set(COMPONENT_REQUIRES spi_flash)
set(COMPONENT_PRIV_REQUIRES bootloader_support)
register_component()
+1 -1
View File
@@ -9,7 +9,7 @@
*/
#include "spi_master_lobo.h"
#include "spidriver/spi_master_lobo.h"
#include <errno.h>
#include <stdio.h>
#include <time.h>
+1 -1
View File
@@ -13,7 +13,7 @@
#define _EPDSPI_H_
#include <stdint.h>
#include "spi_master_lobo.h"
#include "spidriver/spi_master_lobo.h"
#ifdef __cplusplus
extern "C" {
+1 -1
View File
@@ -4,4 +4,4 @@
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
COMPONENT_SRCDIRS := .
COMPONENT_ADD_INCLUDEDIRS := .
COMPONENT_ADD_INCLUDEDIRS := . ../