An open source, cheap, easy to thinker and use esp8266-based console
This project is easy to modify to make it run on various kinds of hardware, the configuration supported out of the box is the following:
- nodeMCU Esp8266
- ST7735 128*160 TFT screen (using the Adafruit_ST7735 library)
- 6 buttons
- Head to the screen.h file
- Edit the
width
andheight
variables according to the pixels on the desired screen - Head to the screen.cpp file
- Import your preferred library to work with that screen
- change the content of each function to the homologous function in the library you chose. 1
Footnotes
-
be aware that the send function may or may not be needed by your screen ↩