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 to turn off the LCD at night? #24

Open
tggo opened this issue Aug 9, 2024 · 9 comments
Open

How to turn off the LCD at night? #24

tggo opened this issue Aug 9, 2024 · 9 comments

Comments

@tggo
Copy link

tggo commented Aug 9, 2024

Is there a way to turn off the LSD backlight so that it doesn't glow at night?

@tjaworski
Copy link
Owner

not that I found. best you can do is put a blank screen with a black background. but even that is still bright.

@shadowpho
Copy link

I wonder if the MCU has a built-in command for turn-off...

@tjaworski
Copy link
Owner

The Holtek device is powered through the internal USB connection, which requires the USB port to be powered off for the device to fully shut down. When the external power is disconnected from the unit and then reconnected, the LCD remains off until the power button is pressed. I suspect that the LCD backlight is directly connected to the USB power, which would explain why the firmware cannot control the backlight independently.

@tjaworski
Copy link
Owner

if the guys in china Shenzhen CYX Industrial Co are reading this, and would like to chime in, I'm all ears :)

@renzo-gh
Copy link

On the TFT LCD module wiring diagram there is an EN_BL pin connected to the C.I. Led Driver HT7936 , so it should be possible to turn off the backlight if you can change the state, Low should be turned off

@renzo-gh
Copy link

@tjaworski
Copy link
Owner

right, but that pin would be controlled by the firmware on the board, and unless they expose the endpoint to allow to toggle that io pin, we don't have access to it.

@renzo-gh
Copy link

sure, thanks for the prompt reply, I just wanted to point out the possibility...
I'm more hardware oriented, if possible managing with firmware could be a way

@tjaworski
Copy link
Owner

right, but unless someone can dump the firmware and we can disassemble it to see how it works, the functionality it has is what we have right now. best case scenario they already have a command to turn off the power to the lcd. worse scenario, we need to make our own firmware and find a way to flash it. either way, getting the firmware would be step one. either by brute force or some nicer way. maybe someone reading this is more familiar with this.

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

4 participants