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

Repair brightness bug #125 and clean screen after menu idle #134 #140

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

Coscolin
Copy link
Contributor

I have reduced changes from your development version to include only those who affect to bug.

Basically change

ledcWrite(BACKLIGHT_PWM_CHANNEL, newBrightness);

to

analogWrite(TFT_BL, newBrightness);

@melkati
Copy link
Owner

melkati commented Jan 26, 2024

Great! Thank you very much. This bug was driving me crazy.

@melkati melkati changed the title Repair brightness bug Repair brightness bug #125 and clean screen after menu idle #134 Jan 26, 2024
@melkati melkati merged commit 78a66be into melkati:development Jan 26, 2024
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.

Brightness adjustment doesn't work for TFT
2 participants