Oled screen permanently?

Hello,

my Pironman5 MAX is here. Now I have the question, how to display the Oled screen permanently? The knocking like in the trailer when buying, doesn’t always work. Is there an option?
The normal Pironman 5 Oled is always on.
Thanks in advance :slight_smile:

Hello, I take a look to pironman5 max code on GitHub, you can try to edit pironman5/variants/pironman5_max.py for oled_sleep_timeout or just remove that line.

2 Likes

Hi, and thanks for your help. I tried entering everything in the terminal, but I can’t change it anywhere. It doesn’t find it in sudo nano. Where exactly can I adjust it?
The funny thing is that I followed the installation closely, but under the Pironman folder there is no file with Pironman5_max.py
But the idea is great. :blush:

If you go in your files explorer, home\user\pironman5\pironman5\variant\pironman5.py modified the mentioned line and then go in terminal and enter

cd ~/pironman5
sudo python3 install.py

Hope it’ll work! Give me some news

It worked.
Now the Pironman 5 Max is perfect for me.
Thank you very much. :heart:

1 Like

The Piromman5 Max case is designed with a sleep function to extend the OLED screen’s lifespan. By default, the sleep timeout is set to 5 seconds.

A cool feature: The Max version includes a vibration switch—just tap the case to wake up the OLED screen! Give it a try.

To adjust the sleep timeout, run these commands:

sudo pironman5 -os 60 # Set timeout (in seconds, e.g., 60s) sudo systemctl restart pironman5.service

Customize the value to your preference!

1 Like

Thank you for the message :slight_smile: