Add an option to start LCDd with screen rotation disabled.
This commit is contained in:
+3
-8
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user