Update Dell orientation.

This commit is contained in:
Bill Thiede 2023-02-04 15:48:28 -08:00
parent f230dcd701
commit 5e90576c49

View File

@ -12,7 +12,7 @@ fn main() -> Result<()> {
x: 0,
y: 1440 * 2 - 1920,
},
orientation: Orientation::Right,
orientation: Orientation::Left,
..Default::default()
};
let lg = Screen {