gui_strings.c 461 B

12345678910111213141516
  1. /*
  2. * gui_strings.c
  3. *
  4. * Created on: 27 ene. 2021
  5. * Author: David
  6. */
  7. #include "gui_strings.h"
  8. #include "settings.h"
  9. char *profileStr[ProfileSize] = { "T12", "C245", "C210" };
  10. char *OffOn[] = { "OFF", " ON" };
  11. char *tempUnit[] = { "\260C", "\260F" };
  12. char *wakeMode[] = { "SHAKE", "STAND" };
  13. char *encMode[] = { "REVERSE", "NORMAL" };
  14. char *InitMode[] = { "SLP", "SBY", "RUN"};
  15. char *filterMode[] = { "AVG", "EMA"};