| 123456789101112131415161718 |
- //
- // Created by Jordy Sipkema on 26/02/16.
- //
- #ifndef MUTLI_OS_BUILD_DISPLAYHANDLER_H
- #define MUTLI_OS_BUILD_DISPLAYHANDLER_H
- #include "ntp.h"
- void displayTime(int);
- void displayDate(int);
- void displayAlarm(int line_number, int line_numberTwo, int idx);
- void displayVolume(int pos);
- void displayTwitch(char name[], char title[], char game[]);
- bool isDisplayingCustomMessage();
- void setDisplayingCustomMessage(bool value);
- //void displayTwitter(int lineNumber,char text[]);
- void displayTwitter(char*);
- #endif //MUTLI_OS_BUILD_DISPLAYHANDLER_H
|