Hi,
Our Arduino Aquarium Controller uses a 2.8" tft screen and has several touch 'buttons' to manually override various daily functions, which all works well.
However there are about 50 other variables for various temp limits and timings such as lights on /off /dim control etc and generally for our use they get changed very infrequently and currently done by simply reprogramming.
Todays BST clock change does highlight how handy some form of menu system would make such changes easier.
This could be in the form of a menu system to the touch screen or as we recently tested, via BT or Wifi with an ESP32 to a mobile phone, the latter probably being easier to code .
While the younger ones seem to prefer everything to be controlled via the mobile phone, we are not so averse to pressing the controllers touch panel which is always placed so you can see the tanks key parameters.
Though not in any way a commercial product, we have given the code to a few other hobbyists and it would be nice to complete this project with the addition of a menu system, but just not sure which direction to take , Screen menu or BT, any thoughts ?