thorrak / tiltbridge

Tilt Hydrometer to WiFi Bridge
http://www.tiltbridge.com/
Other
61 stars 27 forks source link

Add support for the TTGO T-Display board using TFT_eSPI #25

Closed duncan-brown closed 4 years ago

duncan-brown commented 4 years ago

This pull request adds display support for the https://github.com/Xinyuan-LilyGO/TTGO-T-Display board using the https://github.com/Bodmer/TFT_eSPI library.

I also fixed a typo in wifi_setup.cpp that is triggered only when debugging print statements are turned on:

src/wifi_setup.cpp:208:28: error: lvalue required as left operand of assignment
             if(WLcount % 5 = 0)
                            ^