some fixes
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
uint32_t brightness = DISPLAY_MAX_BRIGHTNESS;
|
||||
uint32_t timeout = DISPLAY_MIN_TIMEOUT;
|
||||
uint32_t rotation = 0;
|
||||
bool block_return_maintile = false;
|
||||
} display_config_t;
|
||||
|
||||
#define DISPLAY_CONFIG_FILE "/display.cfg"
|
||||
@@ -96,6 +97,18 @@
|
||||
* @param rotation from 0-270 in 90 degree steps
|
||||
*/
|
||||
void display_set_rotation( uint32_t rotation );
|
||||
/*
|
||||
* @brief read the block_return_maintile while wakeup
|
||||
*
|
||||
* @param rotation from 0-270 in 90 degree steps
|
||||
*/
|
||||
bool display_get_block_return_maintile( void );
|
||||
/*
|
||||
* @brief set the block_return_maintile while wakeup
|
||||
*
|
||||
* @param block_return_maintile true or false, true means no autoreturn zu maintile
|
||||
*/
|
||||
void display_set_block_return_maintile( bool block_return_maintile );
|
||||
/*
|
||||
* @brief set display into standby
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user