Implemented the no ServerScreen feature. Also corrected a bug which prevented to run without any screen.

This commit is contained in:
gfk
2002-03-15 20:24:39 +00:00
parent 0f18a999ad
commit 924b2e51dd
5 changed files with 40 additions and 28 deletions
+4
View File
@@ -22,6 +22,10 @@
#define HEARTBEAT_ON HEART_ON
#define HEARTBEAT_OPEN HEART_OPEN
#define SERVER_SCREEN_NEVER 0
#define SERVER_SCREEN_NOSCREEN 1
#define SERVER_SCREEN_ALWAYS 2
#define BACKLIGHT_OFF 0
#define BACKLIGHT_ON 1
#define BACKLIGHT_OPEN 2