Skip to content

Commit 5c47ba1

Browse files
authored
Merge pull request #641 from espressif/korvo2_leds_fix
fix(bsp): Fix inverted LED pin numbers for Korvo2
2 parents e29ca73 + 8fb4324 commit 5c47ba1

File tree

9 files changed

+74
-72
lines changed

9 files changed

+74
-72
lines changed

bsp/esp-box-3/README.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -61,30 +61,31 @@ ESP32-S3-BOX-3 also uses a Type-C USB connector that provides 5 V of power input
6161

6262
## LVGL Benchmark
6363

64-
**DATE:** 03.09.2025 02:41
64+
65+
**DATE:** 05.09.2025 08:59
6566

6667
**LVGL version:** 9.3.0
6768

6869
| Name | Avg. CPU | Avg. FPS | Avg. time | render time | flush time |
6970
| ---- | :------: | :------: | :-------: | :---------: | :--------: |
70-
| Empty screen | 95% | 26 | 33 | 3 | 30 |
71-
| Moving wallpaper | 99% | 25 | 36 | 5 | 31 |
72-
| Single rectangle | 23% | 90 | 0 | 0 | 0 |
71+
| Empty screen | 95% | 25 | 34 | 4 | 30 |
72+
| Moving wallpaper | 99% | 25 | 35 | 5 | 30 |
73+
| Single rectangle | 18% | 89 | 0 | 0 | 0 |
7374
| Multiple rectangles | 96% | 50 | 15 | 2 | 13 |
74-
| Multiple RGB images | 35% | 95 | 0 | 0 | 0 |
75-
| Multiple ARGB images | 27% | 90 | 2 | 2 | 0 |
76-
| Rotated ARGB images | 76% | 56 | 17 | 12 | 5 |
77-
| Multiple labels | 99% | 80 | 8 | 3 | 5 |
78-
| Screen sized text | 99% | 15 | 58 | 28 | 30 |
79-
| Multiple arcs | 24% | 92 | 0 | 0 | 0 |
80-
| Containers | 45% | 78 | 18 | 5 | 13 |
81-
| Containers with overlay | 95% | 20 | 45 | 15 | 30 |
82-
| Containers with opa | 56% | 75 | 18 | 6 | 12 |
83-
| Containers with opa_layer | 66% | 56 | 28 | 16 | 12 |
84-
| Containers with scrolling | 100% | 20 | 43 | 13 | 30 |
85-
| Widgets demo | 99% | 24 | 25 | 11 | 14 |
86-
| All scenes avg. | 70% | 55 | 21 | 7 | 14 |
87-
88-
89-
90-
<!-- END_BENCHMARK -->
75+
| Multiple RGB images | 38% | 95 | 0 | 0 | 0 |
76+
| Multiple ARGB images | 34% | 94 | 2 | 2 | 0 |
77+
| Rotated ARGB images | 80% | 57 | 17 | 13 | 4 |
78+
| Multiple labels | 96% | 79 | 8 | 3 | 5 |
79+
| Screen sized text | 100% | 15 | 59 | 29 | 30 |
80+
| Multiple arcs | 28% | 91 | 0 | 0 | 0 |
81+
| Containers | 47% | 76 | 18 | 4 | 14 |
82+
| Containers with overlay | 93% | 20 | 45 | 14 | 31 |
83+
| Containers with opa | 58% | 72 | 18 | 6 | 12 |
84+
| Containers with opa_layer | 66% | 56 | 28 | 15 | 13 |
85+
| Containers with scrolling | 97% | 21 | 43 | 13 | 30 |
86+
| Widgets demo | 96% | 24 | 25 | 11 | 14 |
87+
| All scenes avg. | 71% | 55 | 21 | 7 | 14 |
88+
89+
90+
91+
<!-- END_BENCHMARK -->

bsp/esp32_p4_function_ev_board/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This BSP supports HDMI converter Lontium LT8912B. Follow these rules for using i
8989

9090
## LVGL Benchmark
9191

92-
**DATE:** 03.09.2025 02:41
92+
**DATE:** 05.09.2025 08:59
9393

9494
**LVGL version:** 9.3.0
9595

@@ -115,4 +115,4 @@ This BSP supports HDMI converter Lontium LT8912B. Follow these rules for using i
115115

116116

117117

118-
<!-- END_BENCHMARK -->
118+
<!-- END_BENCHMARK -->

bsp/esp32_s3_eye/README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -66,30 +66,31 @@ The ESP32-S3-EYE board consists of two parts: the main board (ESP32-S3-EYE-MB) t
6666

6767
## LVGL Benchmark
6868

69-
**DATE:** 03.09.2025 02:41
69+
70+
**DATE:** 05.09.2025 08:59
7071

7172
**LVGL version:** 9.3.0
7273

7374
| Name | Avg. CPU | Avg. FPS | Avg. time | render time | flush time |
7475
| ---- | :------: | :------: | :-------: | :---------: | :--------: |
7576
| Empty screen | 92% | 59 | 14 | 3 | 11 |
76-
| Moving wallpaper | 65% | 77 | 9 | 4 | 5 |
77-
| Single rectangle | 16% | 92 | 0 | 0 | 0 |
77+
| Moving wallpaper | 61% | 79 | 9 | 4 | 5 |
78+
| Single rectangle | 18% | 92 | 0 | 0 | 0 |
7879
| Multiple rectangles | 83% | 69 | 11 | 6 | 5 |
79-
| Multiple RGB images | 19% | 88 | 0 | 0 | 0 |
80-
| Multiple ARGB images | 17% | 90 | 3 | 3 | 0 |
81-
| Rotated ARGB images | 68% | 64 | 14 | 13 | 1 |
82-
| Multiple labels | 50% | 98 | 4 | 3 | 1 |
83-
| Screen sized text | 95% | 33 | 26 | 15 | 11 |
80+
| Multiple RGB images | 19% | 89 | 0 | 0 | 0 |
81+
| Multiple ARGB images | 19% | 90 | 2 | 2 | 0 |
82+
| Rotated ARGB images | 67% | 65 | 14 | 13 | 1 |
83+
| Multiple labels | 50% | 97 | 4 | 3 | 1 |
84+
| Screen sized text | 95% | 33 | 27 | 16 | 11 |
8485
| Multiple arcs | 11% | 94 | 0 | 0 | 0 |
85-
| Containers | 13% | 89 | 5 | 4 | 1 |
86-
| Containers with overlay | 92% | 40 | 24 | 11 | 13 |
87-
| Containers with opa | 23% | 92 | 6 | 6 | 0 |
88-
| Containers with opa_layer | 30% | 79 | 13 | 12 | 1 |
86+
| Containers | 12% | 91 | 4 | 4 | 0 |
87+
| Containers with overlay | 93% | 40 | 22 | 10 | 12 |
88+
| Containers with opa | 23% | 90 | 7 | 6 | 1 |
89+
| Containers with opa_layer | 30% | 81 | 13 | 12 | 1 |
8990
| Containers with scrolling | 94% | 40 | 21 | 11 | 10 |
90-
| Widgets demo | 97% | 42 | 10 | 9 | 1 |
91-
| All scenes avg. | 54% | 71 | 9 | 6 | 3 |
91+
| Widgets demo | 96% | 42 | 9 | 9 | 0 |
92+
| All scenes avg. | 53% | 71 | 9 | 6 | 3 |
9293

9394

9495

95-
<!-- END_BENCHMARK -->
96+
<!-- END_BENCHMARK -->

bsp/esp32_s3_korvo_2/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,8 +1487,8 @@ led_indicator_start(leds[0], BSP_LED_BREATHE_SLOW);
14871487

14881488
```c
14891489
enum bsp_led_t {
1490-
BSP_LED_BLUE = IO_EXPANDER_PIN_NUM_6,
1491-
BSP_LED_RED = IO_EXPANDER_PIN_NUM_7
1490+
BSP_LED_RED = IO_EXPANDER_PIN_NUM_6,
1491+
BSP_LED_BLUE = IO_EXPANDER_PIN_NUM_7
14921492
};
14931493
```
14941494

bsp/esp32_s3_korvo_2/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "4.1.0"
1+
version: "4.1.1"
22
description: Board Support Package (BSP) for ESP32-S3-Korvo-2
33
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_korvo_2
44

bsp/esp32_s3_korvo_2/include/bsp/esp32_s3_korvo_2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149
* @{
150150
*/
151151
typedef enum bsp_led_t {
152-
BSP_LED_BLUE = IO_EXPANDER_PIN_NUM_6,
153-
BSP_LED_RED = IO_EXPANDER_PIN_NUM_7,
152+
BSP_LED_RED = IO_EXPANDER_PIN_NUM_6,
153+
BSP_LED_BLUE = IO_EXPANDER_PIN_NUM_7,
154154
} bsp_led_t;
155155
/** @} */ // end of leds
156156

bsp/esp32_s3_lcd_ev_board/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,30 +96,30 @@ Based on the above configurations, there are three different anti-tearing modes
9696

9797
## LVGL Benchmark
9898

99-
**DATE:** 03.09.2025 02:41
99+
**DATE:** 05.09.2025 08:59
100100

101101
**LVGL version:** 9.3.0
102102

103103
| Name | Avg. CPU | Avg. FPS | Avg. time | render time | flush time |
104104
| ---- | :------: | :------: | :-------: | :---------: | :--------: |
105-
| Empty screen | 96% | 18 | 51 | 29 | 22 |
105+
| Empty screen | 96% | 18 | 51 | 30 | 21 |
106106
| Moving wallpaper | 99% | 9 | 93 | 82 | 11 |
107107
| Single rectangle | 98% | 35 | 24 | 1 | 23 |
108-
| Multiple rectangles | 98% | 32 | 28 | 18 | 10 |
108+
| Multiple rectangles | 98% | 32 | 27 | 17 | 10 |
109109
| Multiple RGB images | 99% | 28 | 29 | 22 | 7 |
110110
| Multiple ARGB images | 99% | 17 | 51 | 35 | 16 |
111111
| Rotated ARGB images | 99% | 16 | 58 | 50 | 8 |
112112
| Multiple labels | 100% | 18 | 45 | 31 | 14 |
113113
| Screen sized text | 99% | 8 | 109 | 89 | 20 |
114114
| Multiple arcs | 99% | 35 | 22 | 6 | 16 |
115115
| Containers | 99% | 15 | 53 | 40 | 13 |
116-
| Containers with overlay | 99% | 10 | 85 | 73 | 12 |
116+
| Containers with overlay | 99% | 10 | 85 | 72 | 13 |
117117
| Containers with opa | 99% | 11 | 73 | 55 | 18 |
118-
| Containers with opa_layer | 99% | 6 | 134 | 127 | 7 |
118+
| Containers with opa_layer | 99% | 6 | 139 | 128 | 11 |
119119
| Containers with scrolling | 99% | 11 | 81 | 61 | 20 |
120120
| Widgets demo | 99% | 7 | 98 | 84 | 14 |
121121
| All scenes avg. | 98% | 17 | 64 | 50 | 14 |
122122

123123

124124

125-
<!-- END_BENCHMARK -->
125+
<!-- END_BENCHMARK -->

bsp/m5dial/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ M5Dial provides versatile power supply options to cater to various needs. It acc
6969

7070
## LVGL Benchmark
7171

72-
**DATE:** 03.09.2025 02:41
7372

73+
**DATE:** 05.09.2025 08:59
7474
**LVGL version:** 9.3.0
7575

7676
| Name | Avg. CPU | Avg. FPS | Avg. time | render time | flush time |
@@ -80,19 +80,19 @@ M5Dial provides versatile power supply options to cater to various needs. It acc
8080
| Single rectangle | 22% | 97 | 0 | 0 | 0 |
8181
| Multiple rectangles | 83% | 59 | 13 | 9 | 4 |
8282
| Multiple RGB images | 31% | 93 | 1 | 1 | 0 |
83-
| Multiple ARGB images | 29% | 90 | 3 | 3 | 0 |
83+
| Multiple ARGB images | 30% | 92 | 3 | 3 | 0 |
8484
| Rotated ARGB images | 75% | 56 | 16 | 16 | 0 |
85-
| Multiple labels | 54% | 95 | 4 | 3 | 1 |
86-
| Screen sized text | 95% | 23 | 41 | 39 | 2 |
85+
| Multiple labels | 56% | 94 | 4 | 3 | 1 |
86+
| Screen sized text | 95% | 23 | 40 | 39 | 1 |
8787
| Multiple arcs | 20% | 94 | 0 | 0 | 0 |
88-
| Containers | 37% | 83 | 14 | 9 | 5 |
89-
| Containers with overlay | 94% | 32 | 27 | 22 | 5 |
90-
| Containers with opa | 52% | 76 | 17 | 13 | 4 |
91-
| Containers with opa_layer | 48% | 70 | 19 | 17 | 2 |
92-
| Containers with scrolling | 95% | 31 | 28 | 23 | 5 |
88+
| Containers | 37% | 82 | 15 | 10 | 5 |
89+
| Containers with overlay | 95% | 32 | 28 | 22 | 6 |
90+
| Containers with opa | 53% | 76 | 16 | 13 | 3 |
91+
| Containers with opa_layer | 49% | 71 | 18 | 17 | 1 |
92+
| Containers with scrolling | 93% | 31 | 28 | 24 | 4 |
9393
| Widgets demo | 96% | 26 | 21 | 19 | 2 |
94-
| All scenes avg. | 63% | 62 | 14 | 11 | 3 |
94+
| All scenes avg. | 63% | 62 | 15 | 12 | 3 |
9595

9696

9797

98-
<!-- END_BENCHMARK -->
98+
<!-- END_BENCHMARK -->

bsp/m5stack_core_s3/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Sound output on CoreS3 is optimized with the high-fidelity 16-bit I2S power ampl
6767

6868
## LVGL Benchmark
6969

70-
**DATE:** 03.09.2025 02:41
70+
**DATE:** 05.09.2025 08:59
7171

7272
**LVGL version:** 9.3.0
7373

@@ -76,21 +76,21 @@ Sound output on CoreS3 is optimized with the high-fidelity 16-bit I2S power ampl
7676
| Empty screen | 95% | 29 | 30 | 6 | 24 |
7777
| Moving wallpaper | 95% | 30 | 30 | 7 | 23 |
7878
| Single rectangle | 22% | 96 | 0 | 0 | 0 |
79-
| Multiple rectangles | 78% | 53 | 15 | 8 | 7 |
80-
| Multiple RGB images | 27% | 90 | 1 | 1 | 0 |
81-
| Multiple ARGB images | 25% | 89 | 3 | 3 | 0 |
82-
| Rotated ARGB images | 78% | 51 | 18 | 15 | 3 |
83-
| Multiple labels | 89% | 80 | 10 | 8 | 2 |
84-
| Screen sized text | 96% | 22 | 42 | 39 | 3 |
79+
| Multiple rectangles | 79% | 53 | 15 | 8 | 7 |
80+
| Multiple RGB images | 26% | 89 | 1 | 1 | 0 |
81+
| Multiple ARGB images | 26% | 89 | 3 | 3 | 0 |
82+
| Rotated ARGB images | 78% | 49 | 18 | 15 | 3 |
83+
| Multiple labels | 89% | 80 | 9 | 8 | 1 |
84+
| Screen sized text | 95% | 21 | 41 | 39 | 2 |
8585
| Multiple arcs | 25% | 92 | 1 | 1 | 0 |
8686
| Containers | 35% | 72 | 15 | 6 | 9 |
8787
| Containers with overlay | 92% | 28 | 31 | 20 | 11 |
88-
| Containers with opa | 42% | 72 | 15 | 9 | 6 |
89-
| Containers with opa_layer | 59% | 55 | 26 | 22 | 4 |
90-
| Containers with scrolling | 93% | 26 | 32 | 21 | 11 |
91-
| Widgets demo | 96% | 26 | 20 | 17 | 3 |
88+
| Containers with opa | 41% | 72 | 15 | 9 | 6 |
89+
| Containers with opa_layer | 57% | 55 | 26 | 22 | 4 |
90+
| Containers with scrolling | 94% | 26 | 33 | 22 | 11 |
91+
| Widgets demo | 97% | 26 | 21 | 18 | 3 |
9292
| All scenes avg. | 65% | 56 | 17 | 11 | 6 |
9393

9494

9595

96-
<!-- END_BENCHMARK -->
96+
<!-- END_BENCHMARK -->

0 commit comments

Comments
 (0)