mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-06 08:08:45 +00:00
protobuf: add display rotation to ApplySettings (#304)
This commit is contained in:
parent
206975fc6d
commit
5ccebed9d3
@ -80,6 +80,7 @@ message ApplySettings {
|
|||||||
optional bytes homescreen = 4;
|
optional bytes homescreen = 4;
|
||||||
optional PassphraseSourceType passphrase_source = 5;
|
optional PassphraseSourceType passphrase_source = 5;
|
||||||
optional uint32 auto_lock_delay_ms = 6;
|
optional uint32 auto_lock_delay_ms = 6;
|
||||||
|
optional uint32 display_rotation = 7; // in degrees from North
|
||||||
/**
|
/**
|
||||||
* Structure representing passphrase source
|
* Structure representing passphrase source
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user