Skip to content

Commit 2a4ce0e

Browse files
committed
feat(multi-touch): Fix overriding path of touch controller for m5dial
1 parent 4138bfd commit 2a4ce0e

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

bsp/m5dial/README.md

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

7070
## LVGL Benchmark
7171

72-
**DATE:** 01.10.2025 13:12
72+
**DATE:** 07.11.2025 09:03
7373

74-
**LVGL version:** 9.3.0
74+
**LVGL version:** 9.4.0
7575

7676
| Name | Avg. CPU | Avg. FPS | Avg. time | render time | flush time |
7777
| ---- | :------: | :------: | :-------: | :---------: | :--------: |
78-
| Empty screen | 96% | 37 | 23 | 6 | 17 |
79-
| Moving wallpaper | 98% | 38 | 23 | 11 | 12 |
80-
| Single rectangle | 32% | 97 | 1 | 0 | 1 |
81-
| Multiple rectangles | 90% | 59 | 13 | 10 | 3 |
82-
| Multiple RGB images | 40% | 94 | 1 | 1 | 0 |
83-
| Multiple ARGB images | 35% | 90 | 4 | 4 | 0 |
84-
| Rotated ARGB images | 81% | 57 | 16 | 16 | 0 |
85-
| Multiple labels | 70% | 94 | 4 | 2 | 2 |
86-
| Screen sized text | 98% | 23 | 40 | 39 | 1 |
87-
| Multiple arcs | 23% | 90 | 0 | 0 | 0 |
88-
| Containers | 42% | 83 | 13 | 9 | 4 |
89-
| Containers with overlay | 97% | 32 | 27 | 21 | 6 |
90-
| Containers with opa | 51% | 78 | 16 | 12 | 4 |
91-
| Containers with opa_layer | 55% | 73 | 20 | 17 | 3 |
92-
| Containers with scrolling | 98% | 32 | 28 | 22 | 6 |
93-
| Widgets demo | 99% | 26 | 20 | 18 | 2 |
94-
| All scenes avg. | 69% | 62 | 14 | 11 | 3 |
95-
96-
97-
98-
<!-- END_BENCHMARK -->
78+
| Empty screen | 96% | 38 | 22 | 6 | 16 |
79+
| Moving wallpaper | 97% | 38 | 23 | 11 | 12 |
80+
| Single rectangle | 37% | 97 | 1 | 0 | 1 |
81+
| Multiple rectangles | 92% | 59 | 12 | 9 | 3 |
82+
| Multiple RGB images | 33% | 89 | 1 | 1 | 0 |
83+
| Multiple ARGB images | 34% | 93 | 4 | 4 | 0 |
84+
| Rotated ARGB images | 81% | 56 | 17 | 16 | 1 |
85+
| Multiple labels | 57% | 90 | 6 | 5 | 1 |
86+
| Screen sized text | 97% | 23 | 41 | 39 | 2 |
87+
| Multiple arcs | 32% | 89 | 1 | 1 | 0 |
88+
| Containers | 37% | 80 | 14 | 9 | 5 |
89+
| Containers with overlay | 90% | 32 | 28 | 22 | 6 |
90+
| Containers with opa | 51% | 76 | 17 | 13 | 4 |
91+
| Containers with opa_layer | 50% | 70 | 20 | 18 | 2 |
92+
| Containers with scrolling | 97% | 31 | 30 | 25 | 5 |
93+
| Widgets demo | 99% | 26 | 21 | 20 | 1 |
94+
| All scenes avg. | 67% | 61 | 15 | 12 | 3 |
95+
96+
97+
98+
<!-- END_BENCHMARK -->

bsp/m5dial/idf_component.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ tags:
1111

1212
dependencies:
1313
idf: ">=5.3" # We use I2C Driver-NG from IDF v5.2 but esp-codec-dev supports from v5.3
14-
esp_lcd_touch_ft5x06: "^1"
14+
esp_lcd_touch_ft5x06:
15+
version: "^1"
16+
override_path: "../../components/lcd_touch/esp_lcd_touch_ft5x06"
1517

1618
espressif/esp_lcd_gc9a01:
1719
version: "^2"

0 commit comments

Comments
 (0)