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

ValueError: 'bl_ctrl_external' is not a valid BacklightControl #40

Open
Patriot-06 opened this issue Mar 8, 2024 · 0 comments
Open

Comments

@Patriot-06
Copy link

Parsing: oppo19696jdi_nt36672c_1080_2400_90fps_vid (jdi nt36672c fhd ltps tft lcd panel with DSC)
Traceback (most recent call last):
File "/mnt/build/patriot06/dsi/./lmdpdg.py", line 77, in
panel = Panel.parse(fdt, offset)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/mnt/build/patriot06/dsi/panel.py", line 334, in parse
return name and Panel(name.as_str(), fdt, node)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mnt/build/patriot06/dsi/panel.py", line 234, in init
self.backlight = BacklightControl(backlight.as_str()) if backlight else None
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/enum.py", line 712, in call
return cls.new(cls, value)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/enum.py", line 1135, in new
raise ve_exc
ValueError: 'bl_ctrl_external' is not a valid BacklightControl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant