Skip to content

Commit

Permalink
fix esp32 config
Browse files Browse the repository at this point in the history
  • Loading branch information
jscrane committed Feb 19, 2021
1 parent c57cf8b commit ff36835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ BOARD := node32s
UPLOAD_SPEED := 921600
SPIFFS_IMAGE :=
CPPFLAGS = -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
LIBRARIES = TFT_eSPI FS SPIFFS
-DTFT_RST=-1 -DSPI_FREQUENCY=40000000 -DLOAD_GLCD \
-DHARDWARE_H=\"hw/esp32-espi.h\"
LIBRARIES = TFT_eSPI
endif

include $t.mk

0 comments on commit ff36835

Please sign in to comment.