Skip to content

Commit 2ff396e

Browse files
lboueLzw655
authored andcommitted
fix(docs): fix broken links in 'Panel Test Example' README
Closes #27
1 parent 4a7d5a0 commit 2ff396e

File tree

9 files changed

+22
-4
lines changed

9 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## v0.1.2 - 2024-05-17
4+
5+
### Bugfixes:
6+
7+
* fix(docs): fix broken links in 'Panel Test Example' README by @lboue (#27)
8+
39
## v0.1.1 - 2024-05-16
410

511
### Enhancements:

ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
/**
4040
* If set to 1, the bus will skip to initialize the corresponding host. Users need to initialize the host in advance.
4141
* It is useful if other devices use the same host. Please ensure that the host is initialized only once.
42+
*
43+
* Set to 1 if only the RGB interface is used without the 3-wire SPI interface,
4244
*/
4345
#define ESP_PANEL_LCD_BUS_SKIP_INIT_HOST (0) // 0/1
4446
/**

examples/LVGL/v8/Porting/ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
/**
4040
* If set to 1, the bus will skip to initialize the corresponding host. Users need to initialize the host in advance.
4141
* It is useful if other devices use the same host. Please ensure that the host is initialized only once.
42+
*
43+
* Set to 1 if only the RGB interface is used without the 3-wire SPI interface,
4244
*/
4345
#define ESP_PANEL_LCD_BUS_SKIP_INIT_HOST (0) // 0/1
4446
/**

examples/LVGL/v8/Rotation/ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
/**
4040
* If set to 1, the bus will skip to initialize the corresponding host. Users need to initialize the host in advance.
4141
* It is useful if other devices use the same host. Please ensure that the host is initialized only once.
42+
*
43+
* Set to 1 if only the RGB interface is used without the 3-wire SPI interface,
4244
*/
4345
#define ESP_PANEL_LCD_BUS_SKIP_INIT_HOST (0) // 0/1
4446
/**

examples/Panel/PanelTest/ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
/**
4040
* If set to 1, the bus will skip to initialize the corresponding host. Users need to initialize the host in advance.
4141
* It is useful if other devices use the same host. Please ensure that the host is initialized only once.
42+
*
43+
* Set to 1 if only the RGB interface is used without the 3-wire SPI interface,
4244
*/
4345
#define ESP_PANEL_LCD_BUS_SKIP_INIT_HOST (0) // 0/1
4446
/**

examples/Panel/PanelTest/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ The example demonstrates how to develop built-in or custom development boards us
77
Follow the steps below to configure:
88

99
1. [Configure drivers](../../../README.md#configuring-drivers) if needed.
10-
2. If using a supported development board, follow the [steps](../../../../README.md#using-supported-development-boards) to configure it.
11-
3. If using a custom board, follow the [steps](../../../../README.md#using-custom-development-boards) to configure it.
12-
4. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters, please refter to [Configuring Supported Development Boards](../../../../README.md#configuring-supported-development-boards)
10+
2. If using a supported development board, follow the [steps](../../../README.md#using-supported-development-boards) to configure it.
11+
3. If using a custom board, follow the [steps](../../../README.md#using-custom-development-boards) to configure it.
12+
4. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters, please refter to [Configuring Supported Development Boards](../../../README.md#configuring-supported-development-boards)
1313
5. Verify and upload the example to your ESP board.
1414

1515
## Serial Output

examples/SquareLine/v8/Porting/ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
/**
4040
* If set to 1, the bus will skip to initialize the corresponding host. Users need to initialize the host in advance.
4141
* It is useful if other devices use the same host. Please ensure that the host is initialized only once.
42+
*
43+
* Set to 1 if only the RGB interface is used without the 3-wire SPI interface,
4244
*/
4345
#define ESP_PANEL_LCD_BUS_SKIP_INIT_HOST (0) // 0/1
4446
/**

examples/SquareLine/v8/WiFiClock/ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
/**
4040
* If set to 1, the bus will skip to initialize the corresponding host. Users need to initialize the host in advance.
4141
* It is useful if other devices use the same host. Please ensure that the host is initialized only once.
42+
*
43+
* Set to 1 if only the RGB interface is used without the 3-wire SPI interface,
4244
*/
4345
#define ESP_PANEL_LCD_BUS_SKIP_INIT_HOST (0) // 0/1
4446
/**

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP32_Display_Panel
2-
version=0.1.1
2+
version=0.1.2
33
author=espressif
44
maintainer=espressif
55
sentence=ESP32_Display_Panel is an Arduino library designed for ESP SoCs to drive display panels and facilitate rapid GUI development.

0 commit comments

Comments
 (0)