mirror of
https://github.com/jscrane/Apple1.git
synced 2024-10-31 12:05:16 +00:00
Merge branch 'master' of github.com:jscrane/Apple1
This commit is contained in:
commit
3dd666cf3f
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user