Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

disabling unused screens?
#1

To keep the WAF (Wife Acceptance Factor) > 83.7% I need to get rid of unused screens when scrolling because I don't have soil / UV / air quality sensors. So 3 obsolete screens.

Now she needs to scroll through screens which have no meaning for her (and me).

I "solved" it for now this way in WeatherDuino_4PESP8266_WD_v5.1_b001  TAB  D_TFT lines 938-943
 
Code:
  if (tx > 210 && ty > 170)      display_BigClock();
  else if (tx < 190 && ty > 170) display_Menu();  
  else if (tx > 170 && ty < 150) plotPage(5);
  else if (tx < 170 && ty < 150) plotPage(0);
//  else if (tx > 170 && ty < 150) display_NextWindow();
//  else if (tx < 170 && ty < 150) display_PreviousWindow();

but an option in the config will be very helpful!
Thanks...
Reply


Messages In This Thread
disabling unused screens? - by edr1924 - 01-09-2019, 13:41
RE: disabling unused screens? - by werk_ag - 01-09-2019, 20:04
RE: disabling unused screens? - by edr1924 - 01-09-2019, 20:15



Users browsing this thread: 1 Guest(s)