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

How can I turn off the LCD? #25

Open
tapir opened this issue Apr 15, 2024 · 1 comment
Open

How can I turn off the LCD? #25

tapir opened this issue Apr 15, 2024 · 1 comment

Comments

@tapir
Copy link

tapir commented Apr 15, 2024

The dongle gets a little hot and I don't use the LCD but the backlight is always on. Hoe can I turn it off?

@lewisxhe
Copy link
Contributor

lewisxhe commented Apr 16, 2024

//Turn off
digitalWrite(38,HIGH);

//Turn on
digitalWrite(38,LOW);

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

No branches or pull requests

2 participants