gui_strings.h 402 B

12345678910111213141516171819
  1. /*
  2. * gui_strings.h
  3. *
  4. * Created on: 27 ene. 2021
  5. * Author: David
  6. */
  7. #ifndef GRAPHICS_GUI_STRINGS_H_
  8. #define GRAPHICS_GUI_STRINGS_H_
  9. extern char* profileStr[];
  10. extern char *OffOn[];
  11. extern char *tempUnit[];
  12. extern char *wakeMode[];
  13. extern char *encMode[];
  14. extern char *InitMode[];
  15. extern char *filterMode[];
  16. extern char *menuLabels[];
  17. #endif /* GRAPHICS_GUI_STRINGS_H_ */