mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
[lvgl] Implement better software rotation (#7595)
This commit is contained in:
@@ -12,6 +12,11 @@ substitutions:
|
||||
arrow_down: "\U000F004B"
|
||||
|
||||
lvgl:
|
||||
resume_on_input: true
|
||||
on_pause:
|
||||
logger.log: LVGL is Paused
|
||||
on_resume:
|
||||
logger.log: LVGL has resumed
|
||||
log_level: TRACE
|
||||
bg_color: light_blue
|
||||
disp_bg_color: color_id
|
||||
|
@@ -44,6 +44,7 @@ binary_sensor:
|
||||
number: GPIO39
|
||||
inverted: true
|
||||
lvgl:
|
||||
draw_rounding: 8
|
||||
encoders:
|
||||
group: switches
|
||||
initial_focus: button_button
|
||||
|
Reference in New Issue
Block a user