-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
not that I found. best you can do is put a blank screen with a black background. but even that is still bright. |
I wonder if the MCU has a built-in command for turn-off... |
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. |
if the guys in china Shenzhen CYX Industrial Co are reading this, and would like to chime in, I'm all ears :) |
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 |
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. |
sure, thanks for the prompt reply, I just wanted to point out the possibility... |
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. |
Is there a way to turn off the LSD backlight so that it doesn't glow at night?
The text was updated successfully, but these errors were encountered: