displayHandler.h 467 B

1234567891011121314151617
  1. //
  2. // Created by Jordy Sipkema on 26/02/16.
  3. //
  4. #ifndef MUTLI_OS_BUILD_DISPLAYHANDLER_H
  5. #define MUTLI_OS_BUILD_DISPLAYHANDLER_H
  6. #include "ntp.h"
  7. void displayTime(int);
  8. void displayDate(int);
  9. void displayAlarm(int line_number, int line_numberTwo, int idx);
  10. void displayVolume(int pos);
  11. void displayTwitch(char name[], char title[], char game[]);
  12. bool isDisplayingCustomMessage();
  13. void setDisplayingCustomMessage(bool value);
  14. #endif //MUTLI_OS_BUILD_DISPLAYHANDLER_H