Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.52 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.52 KB

SteamDeck-LCDtoOLED-Mod

All-in-one script to replace the boot splash, and the startup & sleep videos

Use this at your own risk!

This will backup the original files in 'LCDtoOLEDModBackup' folder in the same directory where you ran runme.sh, in case it messes up.

How to Use

(WARNING: You need to have your sudo password setup already!)

  1. Download runme.sh
  2. Open terminal where runme.sh is located
  3. chmod +x runme.sh
  4. sudo ./runme.sh

How to revert changes

(WARNING: Make sure you have the 'LCDtoOLEDModBackup' folder that runme.sh created when you did the mod.)

  1. Download restore.sh
  2. Place it in the same directory where LCDtoOLEDModBackup is located. DO NOT PUT IT INSIDE LCDtoOLEDModBackup FOLDER!
  3. Open terminal where restore.sh is located
  4. chmod +x restore.sh
  5. sudo ./restore.sh

Screens

Boot & Updating Splash

steamos-jupiter

Boot-up Video

ezgif-2-75c04cae78

Suspend Video

ezgif-2-78660f90be

Suspend from Throbber Video

ezgif-2-ac7664e8ec

Thanks

  • ryanrudolfoba - his logo changer and clover scripts was the inspiration of this project
  • ChatGPT - for helping me code, I'm n00b