Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] [BliKVM v4] LCD Display Auto-On for 30 Seconds at Boot, and Auto turn off #194

Open
jhaveDK opened this issue Oct 3, 2024 · 12 comments
Assignees
Labels
Analysis BliKVM v4 Allwinner Developed Developed and ready for release enhancement New feature or request

Comments

@jhaveDK
Copy link

jhaveDK commented Oct 3, 2024

A feature req. for v4 is a add a option to turn the display on boot for like 30 sec. and then turn it off. The only way to get i back alive is to push on of the 2 buttons or a reboot.

@m50S79sM6SRNp8Jn m50S79sM6SRNp8Jn added Analysis enhancement New feature or request labels Oct 3, 2024
@m50S79sM6SRNp8Jn m50S79sM6SRNp8Jn changed the title auto. turn off LCD display on v4 [Enhancement] [BliKVM v4] Display Auto-On for 30 Seconds at Boot, and Auto turn off Oct 3, 2024
@m50S79sM6SRNp8Jn m50S79sM6SRNp8Jn changed the title [Enhancement] [BliKVM v4] Display Auto-On for 30 Seconds at Boot, and Auto turn off [Enhancement] [BliKVM v4] LCD Display Auto-On for 30 Seconds at Boot, and Auto turn off Oct 4, 2024
@ThomasVon2021
Copy link
Owner

https://wiki.blicube.com/blikvm/en/OLED-display/
The latest version has this feature, you can modify restart_sthow_time

@jhaveDK
Copy link
Author

jhaveDK commented Oct 22, 2024

I have now tested it in version 1.4.8 with the settings

"oled":{ "oled_enable": 0, "restart_show_time": 300, "interval_display_time": 5 },

But its dont give the result with the screen on for 30 seconds and then its turn off and its only possible to wake i with a button push.

@m50S79sM6SRNp8Jn
Copy link
Collaborator

its dont give the result with the screen on for 30 seconds

When you have a moment can you please clarify the behaviour you are seeing and what you are expecting?

@jhaveDK
Copy link
Author

jhaveDK commented Oct 29, 2024

I have added a time diagram to show what i mean, when its boot the LCD is on for 30 sec. and when one of the buttons is pushed its on for 30 sec.

blikvm_time_lcd

@m50S79sM6SRNp8Jn
Copy link
Collaborator

What behaviour are you expecting?

@jhaveDK
Copy link
Author

jhaveDK commented Oct 29, 2024

Its turn the screen off, other venders like unifi use this model for there devices.

@m50S79sM6SRNp8Jn
Copy link
Collaborator

Ok, will take a closer look at it.

@m50S79sM6SRNp8Jn
Copy link
Collaborator

Its turn the screen off, other venders like unifi use this model for there devices.

Hi @jhaveDK,

When you have a moment, how is your comment different from #204 ?

@jhaveDK
Copy link
Author

jhaveDK commented Oct 29, 2024

Its turn the screen off, other venders like unifi use this model for there devices.

Hi @jhaveDK,

When you have a moment, how is your comment different from #204 ?

#204 is about the backlight, this is about the LCD panel work and how its turned on and off by a timer.

@m50S79sM6SRNp8Jn
Copy link
Collaborator

@jhaveDK after analysis, here's a breakdown of the requirements for the BliKVM v4 Allwinner LCD control.
When you have a moment, please review and let us know any adjustment(s).

Principle
To avoid LCD burn-in, limit the LCD's on-time whenever possible.

Scenarios
1) Initial Always-On Mode (New Device Setup):

Purpose: For users who are new to the BliKVM v4 device, always-on mode will allow them to familiarize themselves with the interface without worrying about time limits.

Details: After a new device setup, the LCD remains always on for an initial period, until manually disabled in the GUI.
Transition: After this initial setup phase, the device will automatically switch to Scenario 1 and Scenario 2 behaviors to conserve the display.

2) Scenario: User Not Present:

Purpose: When the user isn’t nearby, the LCD should remain off to prevent unnecessary wear.
Behavior: The display stays off entirely in this scenario.

3) Scenario: User Present:

Purpose: When the user is nearby and needs to view information, the LCD will turn on briefly.

Behavior:
On Boot: The LCD turns on for n seconds to display initial information, then automatically turns off.
On Button Press (sw1): Pressing sw1 turns on the LCD for n seconds. If the LCD is already on, pressing sw1 resets the timer, giving the user another n seconds.

Parameter Adjustment:

The timer duration n should be user-configurable in the GUI, with an initial default of 30 seconds. However, for new users, this default can be set to a longer time (e.g., 60 seconds or more) until they are comfortable with the device. After familiarization, users can adjust it to 30 seconds or another preferred value.

Summary

This setup prevents LCD burn-in while providing an initial learning phase for new users. The adjustable timer allows users to fine-tune display timing as they grow accustomed to the device.

@jhaveDK
Copy link
Author

jhaveDK commented Nov 1, 2024

Its sounds correct.

@m50S79sM6SRNp8Jn
Copy link
Collaborator

Its sounds correct.

Thanks for your confirmation. Once there is a significant update, will report back.

@m50S79sM6SRNp8Jn m50S79sM6SRNp8Jn added the Developed Developed and ready for release label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Analysis BliKVM v4 Allwinner Developed Developed and ready for release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants