Added a heartbeat function to the driver code. Both the

MatrixOrbital driver and the curses driver now have their own
heartbeat functions.
This commit is contained in:
ddouthitt
2001-10-04 21:05:15 +00:00
parent a1a557a767
commit 39b84431a0
10 changed files with 95 additions and 16 deletions
+7 -3
View File
@@ -3,9 +3,13 @@
#include "screen.h"
#define HEART_OFF 0
#define HEART_ON 1
#define HEART_OPEN 2
#define HEART_OFF 1
#define HEART_ON 2
#define HEART_OPEN 3
#define HEARTBEAT_OFF HEART_OFF
#define HEARTBEAT_ON HEART_ON
#define HEARTBEAT_OPEN HEART_OPEN
#define BACKLIGHT_OFF 0
#define BACKLIGHT_ON 1