From a30ef59d4358cd251953520f5d78a0857db8d326 Mon Sep 17 00:00:00 2001 From: Janick Bergeron Date: Sun, 5 Jan 2025 21:07:18 -0800 Subject: [PATCH] Fix path to LVGL hardware cookbook section --- cookbook/lvgl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/lvgl.rst b/cookbook/lvgl.rst index c3e0db46c0..1803b05ed1 100644 --- a/cookbook/lvgl.rst +++ b/cookbook/lvgl.rst @@ -15,7 +15,7 @@ Here are a couple recipes for various interesting things you can do with :doc:`/ .. note:: - The examples below assume you've set up LVGL correctly with your display and its input device, and you have the knowledge to set up various components in ESPHome. Some examples use absolute positioning for a screen with dimensions of ``240x320px``; if your display's dimensions differ, you'll need to adjust them in order to obtain the expected results. See :doc:`/cookbook/lvgl-hardware` for example hardware platform configurations. + The examples below assume you've set up LVGL correctly with your display and its input device, and you have the knowledge to set up various components in ESPHome. Some examples use absolute positioning for a screen with dimensions of ``240x320px``; if your display's dimensions differ, you'll need to adjust them in order to obtain the expected results. See :doc:`/cookbook/lvgl_hardware` for example hardware platform configurations. .. _lvgl-cookbook-relay: