Help toggling a relay via a TFT screen

This:

#define SIDEON = true;

should be:

bool SIDEON = true;