1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

protobuf: add display rotation to ApplySettings (#304)

This commit is contained in:
Tomas Susanka 2019-04-02 10:46:03 +02:00 committed by Pavol Rusnak
parent 206975fc6d
commit 5ccebed9d3

View File

@ -80,6 +80,7 @@ message ApplySettings {
optional bytes homescreen = 4;
optional PassphraseSourceType passphrase_source = 5;
optional uint32 auto_lock_delay_ms = 6;
optional uint32 display_rotation = 7; // in degrees from North
/**
* Structure representing passphrase source
*/