-
I want to turn of the screen using custom code. (Not via mqtt to set backlight off !) |
Beta Was this translation helpful? Give feedback.
Answered by
fvanroie
Oct 22, 2024
Replies: 1 comment 3 replies
-
The backlight is not LVGL controlled, so that's a HASP command. All HASP commands are processed in |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
fvanroie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The backlight is not LVGL controlled, so that's a HASP command. All HASP commands are processed in
hasp_dispatch.cpp
Try
dispatch_backlight("backlight", "off", TAG_CUSTOM);