From c4836c4899a168b997832ec0781dd31237148ea8 Mon Sep 17 00:00:00 2001 From: Liu Zhongwei Date: Fri, 20 Sep 2024 09:49:30 +0800 Subject: [PATCH] fix(examples): correct readme broken links closes https://github.com/esp-arduino-libs/ESP32_Display_Panel/issues/109 --- examples/LVGL/v8/Porting/README.md | 10 +++++----- examples/LVGL/v8/Rotation/README.md | 10 +++++----- examples/Panel/PanelTest/README.md | 8 ++++---- examples/SquareLine/v8/Porting/README.md | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/LVGL/v8/Porting/README.md b/examples/LVGL/v8/Porting/README.md index 0df0b737..31c868a8 100644 --- a/examples/LVGL/v8/Porting/README.md +++ b/examples/LVGL/v8/Porting/README.md @@ -12,16 +12,16 @@ Follow the steps below to configure: 1. For **ESP32_Display_Panel**: - - Follow the [steps](../../README.md#configuring-drivers) to configure drivers if needed. - - If using a supported development board, follow the [steps](../../README.md#using-supported-development-boards) to configure it. - - If using a custom board, follow the [steps](../../README.md#using-custom-development-boards) to configure it. + - Follow the [steps](../../../../README.md#configuring-drivers) to configure drivers if needed. + - If using a supported development board, follow the [steps](../../../../README.md#using-supported-development-boards) to configure it. + - If using a custom board, follow the [steps](../../../../README.md#using-custom-development-boards) to configure it. 2. For **lvgl**: - - Follow the [steps](../../README.md#configuring-lvgl) to add *lv_conf.h* file and change the configurations. + - Follow the [steps](../../../../README.md#configuring-lvgl) to add *lv_conf.h* file and change the configurations. - Modify the macros in the [lvgl_port_v8.h](./lvgl_port_v8.h) file to configure the LVGL porting parameters. -3. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../README.md#configuring-supported-development-boards) +3. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../../../README.md#configuring-supported-development-boards) 4. Verify and upload the example to your ESP board. ## Serial Output diff --git a/examples/LVGL/v8/Rotation/README.md b/examples/LVGL/v8/Rotation/README.md index ead5e0a0..200cd737 100644 --- a/examples/LVGL/v8/Rotation/README.md +++ b/examples/LVGL/v8/Rotation/README.md @@ -12,16 +12,16 @@ Then follow the steps below to configure: 1. For **ESP32_Display_Panel**: - - Follow the [steps](../../README.md#configuring-drivers) to configure drivers if needed. - - If using a supported development board, follow the [steps](../../README.md#using-supported-development-boards) to configure it. - - If using a custom board, follow the [steps](../../README.md#using-custom-development-boards) to configure it. + - Follow the [steps](../../../../README.md#configuring-drivers) to configure drivers if needed. + - If using a supported development board, follow the [steps](../../../../README.md#using-supported-development-boards) to configure it. + - If using a custom board, follow the [steps](../../../../README.md#using-custom-development-boards) to configure it. 2. For **lvgl**: - - Follow the [steps](../../README.md#configuring-lvgl) to add *lv_conf.h* file and change the configurations. + - Follow the [steps](../../../../README.md#configuring-lvgl) to add *lv_conf.h* file and change the configurations. - Modify the macros in the [lvgl_port_v8.h](./lvgl_port_v8.h) file to configure the LVGL porting parameters. -3. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../README.md#configuring-supported-development-boards) +3. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../../../README.md#configuring-supported-development-boards) 4. Verify and upload the example to your ESP board. ## Serial Output diff --git a/examples/Panel/PanelTest/README.md b/examples/Panel/PanelTest/README.md index e2fcd066..6011e46e 100644 --- a/examples/Panel/PanelTest/README.md +++ b/examples/Panel/PanelTest/README.md @@ -8,11 +8,11 @@ Follow the steps below to configure: 1. For **ESP32_Display_Panel**: - - Follow the [steps](../../README.md#configuring-drivers) to configure drivers if needed. - - If using a supported development board, follow the [steps](../../README.md#using-supported-development-boards) to configure it. - - If using a custom board, follow the [steps](../../README.md#using-custom-development-boards) to configure it. + - Follow the [steps](../../../README.md#configuring-drivers) to configure drivers if needed. + - If using a supported development board, follow the [steps](../../../README.md#using-supported-development-boards) to configure it. + - If using a custom board, follow the [steps](../../../README.md#using-custom-development-boards) to configure it. -3. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../README.md#configuring-supported-development-boards) +3. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../../README.md#configuring-supported-development-boards) 4. Verify and upload the example to your ESP board. ## Serial Output diff --git a/examples/SquareLine/v8/Porting/README.md b/examples/SquareLine/v8/Porting/README.md index 07a287fd..afe487b5 100644 --- a/examples/SquareLine/v8/Porting/README.md +++ b/examples/SquareLine/v8/Porting/README.md @@ -18,11 +18,11 @@ Then follow the steps below to configure: 2. For **lvgl**: - - Follow the [steps](../../README.md#configuring-lvgl) to add *lv_conf.h* file and change the configurations. + - Follow the [steps](../../../../README.md#configuring-lvgl) to add *lv_conf.h* file and change the configurations. - Modify the macros in the [lvgl_port_v8.h](./lvgl_port_v8.h) file to configure the LVGL porting parameters. 3. To directly use the example, please copy the [ui](./libraries/ui/) folder from `libraries` to [Arduino Library directory](../../../../README.md#where-is-the-directory-for-arduino-libraries). What's more, you can follow the [steps](../../../../README.md#porting-squareline-project) to port your own **SquareLine** project. -4. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../README.md#configuring-supported-development-boards) +4. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to [Configuring Supported Development Boards](../../../../README.md#configuring-supported-development-boards) 5. Verify and upload the example to your ESP board. ## Serial Output