Merge branch 'master' of github.com:jscrane/Apple1

This commit is contained in:
Stephen Crane 2019-02-13 07:48:09 +00:00
commit 3dd666cf3f
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