packages/library/deck_orientation
d

deck_orientation

b76c27clibrary

No description provided.

0 stars0 forksUnknownupdated 6 months ago
Open repo

deck_orientation

An Odin program that provides automatic screen rotation for the Steam Deck based on accelerometer data. It monitors the device's orientation and rotates the display and touch screen accordingly

Requirements

  • Odin compiler
  • Steam Deck Lcd
  • X11 development libraries
  • Xi extension (X Input Extension)
  • xinput

Building

# Build the executable
odin build . -out:bin/deck_orientation

# Build with debug information
odin build . -debug -out:bin/deck_orientation

# Build optimized for speed
odin build . -o:speed -out:bin/deck_orientation

Running

# Run directly with Odin
odin run .

# Or run the built executable
./bin/deck_orientation
Package Info
Version
b76c27c
License
Unknown
Author
@RC805700
Type
library
Forks
0
Created
6 months ago
Updated
6 months ago
Health
maintained
has releases
has readme
has license
Activity
last 56 weeks