irsan julfikar / Others
Revision:
0:c8162f0b59f2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tampil.h	Sun Oct 11 10:44:41 2015 +0000
@@ -0,0 +1,15 @@
+#ifndef TAMPIL_H
+#define TAMPIL_H
+
+void display_init();
+void display_idle();
+void displayActive();
+void displayChn(int chInd);
+void displaySig(int sig);
+void displaySts(const char *sts);
+void displaySts(int status);
+void displayImg(uint8_t * img, unsigned x, unsigned y, int width);
+void displayClr();
+void displayStd(time_t &dt);
+
+#endif
\ No newline at end of file