Files

  • Not Found
  • Invalid object requested. SHA must identify a commit or a tree.
Last update 6 months 1 week by Stephen Crane
Filesmqtt-tft
..
data
.gitignore
LICENSE
Makefile
README.md
configuration.cpp
configuration.h
dbg.h
graph.cpp
graph.h
label.cpp
label.h
mqtt-tft.ino
rssi.h
stator.h
Makefile
BOARD := d1_mini UPLOAD_SPEED := 921600 TERMINAL_SPEED := 115200 CPPFLAGS = -DVERSION=\"${shell date +%F}\" -DST7735_GREENTAB \ -DUSER_SETUP_LOADED -DST7735_DRIVER -DTFT_WIDTH=128 -DTFT_HEIGHT=128 \ -DTFT_CS=PIN_D6 -DTFT_DC=PIN_D8 \ -DTFT_RST=-1 -DSPI_FREQUENCY=27000000 -DLOAD_GLCD -DLOAD_FONT4 FLASH_SIZE := 4M1M F_CPU := 80 include esp8266.mk
Report a bug