working prototype for writing to two HUB75e 64x64

This commit is contained in:
2020-10-17 03:39:34 +02:00
commit 8935a1e618
8 changed files with 2391 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := hello-world
include $(IDF_PATH)/make/project.mk