You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Available in the [HomeAssistant_Dashboards](HomeAssistant_Dashboards/) folder.
65
67
66
68

67
69
70
+
## YamBMS Display
71
+
72
+
> [!TIP]
73
+
> Tested with Waveshare ESP32-S3 Touch-LCD 4.3" and 7".
74
+
75
+
Currently only available for a resolution of **800x480**.
76
+
77
+
The display can retrieve information in two different ways :
78
+
79
+
***ESPHome version**: LVGL code executed on the **YamBMS node***
80
+
* Package to be imported => [board_options_display_lvgl_800x480_basic_blue_esphome.yaml](packages/board/board_options_display_lvgl_800x480_basic_blue_esphome.yaml)
81
+
***HA version**: LVGL code executed on a **standalone node*** with informations coming from `Home Assistant` (only requires a WiFi connection)
82
+
* Example => [YamBMS_RP_HA_Display.yaml](YamBMS_RP_HA_Display.yaml)
0 commit comments