I'm using node red ( raspberry pi) to read temperature and control some relais.
i want to go a step further and add a lcd touchscreen ILI9341 to see this values. I never used a touchscreen before and i can't find a good tutorial how i can do that.
I'm using node red ( raspberry pi) to read temperature and control some relais.
i want to go a step further and add a lcd touchscreen ILI9341 to see this values. I never used a touchscreen before and i can't find a good tutorial how i can do that.
https://www.youtube.com/watch?v=bv47wcvvn9s
here i can see how i can make the layout with EEZ studio but how do i implement it into node red ?
Most of the libraries for controlling those are either in Python or C++ - I don't know of one for Node.js (though admittedly I don't know that I've ever looked).
I would normally control one with a microprocessor such as a Pi-connected Arduino or a Wi-Fi connected ESP8266 or ESP32.
ESPHome has libraries for that display (and works with more than just ESP mcp's now). Since ESPhome has MQTT integration, you can use MQTT submissions from Node-RED to control it. ESP boards are only a few dollars.