mirror of
https://github.com/jscrane/Apple1.git
synced 2024-11-28 17:51:17 +00:00
tiny bugfix
This commit is contained in:
parent
af416b96e6
commit
3118153d59
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ ifeq ($t, esp8266)
|
|||||||
BOARD := d1_mini
|
BOARD := d1_mini
|
||||||
UPLOAD_SPEED := 921600
|
UPLOAD_SPEED := 921600
|
||||||
FS_DIR := programs
|
FS_DIR := programs
|
||||||
FLASH_SIZE := 4M1M
|
EESZ := 4M1M
|
||||||
F_CPU := 80
|
F_CPU := 80
|
||||||
CPPFLAGS = -DUSER_SETUP_LOADED -DILI9341_DRIVER -DTFT_CS=PIN_D8 -DTFT_DC=PIN_D1 \
|
CPPFLAGS = -DUSER_SETUP_LOADED -DILI9341_DRIVER -DTFT_CS=PIN_D8 -DTFT_DC=PIN_D1 \
|
||||||
-DTFT_RST=-1 -DSPI_FREQUENCY=40000000 -DLOAD_GLCD \
|
-DTFT_RST=-1 -DSPI_FREQUENCY=40000000 -DLOAD_GLCD \
|
||||||
|
Loading…
Reference in New Issue
Block a user