22-03-2018, 15:52
(22-03-2018, 03:08)Barrow4491 Wrote: They both seem to have extra data displayed (The menu screen has a temp and Rh displayed in the bottom right and the other has an extra date and time)
Hi Jim,
Since we have now a menu screen, allowing us to jump directly to a particular data screen, the function to hide a particular data screen doesn't make sence anymore, so I have removed it, but I forgot to remove the text, "(Use 9 to prevent a particular data screen to be shown)" from the Config_Options.h file
Its already corrected, and should be:
Code:
// --------------------------------------------------------------------------------------
// Define display order of data screens on the TFT
// Use numbers from 1 to 4.
// --------------------------------------------------------------------------------------
#define AirQuality_Data 1
#define TXinfo_Data 2
#define ExtraSensors_Data 4
#define SoilLeaf_Data 3
