Add an option to start LCDd with screen rotation disabled.

This commit is contained in:
mmdolze
2011-01-19 19:08:37 +00:00
parent 561744a3cc
commit f021cc8327
6 changed files with 42 additions and 16 deletions
+3 -8
View File
@@ -15,15 +15,10 @@
#include "screen.h"
#define SCR_HOLD 1
#define SCR_SKIP 2
#define SCR_BACK 3
#define RENDER_HOLD 11
#define RENDER_SKIP 12
#define RENDER_BACK 13
#define AUTOROTATE_OFF 0
#define AUTOROTATE_ON 1
/*extern int screenlist_action;*/
extern bool autorotate;
extern bool autorotate; /**< If enabled, screens will rotate */
int screenlist_init(void);
/* Initializes the screenlist. */