Update Makefile

This commit is contained in:
Stephen Crane 2018-11-26 14:20:23 +00:00 committed by GitHub
parent 4f4955b2fb
commit 93a3727fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ UPLOAD_SPEED := 921600
TERM_SPEED := 115200
SPIFFS_DIR := programs
CPPFLAGS = -DDEBUG -DCPU_DEBUG \
CPPFLAGS = -DDEBUGGING -DCPU_DEBUG \
-DUSER_SETUP_LOADED -DILI9341_DRIVER -DTFT_CS=5 -DTFT_DC=2 \
-DTFT_RST=-1 -DTFT_WIDTH=240 -DTFT_HEIGHT=320 \
-DSPI_FREQUENCY=40000000 -DLOAD_GLCD