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

Power saving lcd #340

Merged
merged 3 commits into from
Oct 27, 2024
Merged

Power saving lcd #340

merged 3 commits into from
Oct 27, 2024

Conversation

elral
Copy link
Collaborator

@elral elral commented Oct 23, 2024

Description of changes

Power Saving mode is added for LCD's.

Once the power saving mode should be entered, the backlight is switched OFF (not supported by all LCD types) and the display is switched OFF by using the library functions.
When the power saving mode should be leaved, the backlight is switched ON (not supported by all LCD types) and the display is switched ON by using the library functions.

Fixes #300

Copy link

Board and firmware folder for this pull request:
Mobiflight-Connector.zip

@DocMoebiuz DocMoebiuz merged commit 5fa8163 into MobiFlight:main Oct 27, 2024
1 check passed
@elral elral deleted the power_saving_lcd branch October 27, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add PowerSavingMode to LCD display
2 participants