@@ -32,7 +32,7 @@ ESP32-S3-BOX-3 also uses a Type-C USB connector that provides 5 V of power input
3232| :heavy_check_mark : | :black_circle : LVGL_PORT| | [ espressif/esp_lvgl_port] ( https://components.espressif.com/components/espressif/esp_lvgl_port ) | ^2 |
3333| :heavy_check_mark : | :point_up : TOUCH | tt21100, gt911 | [ espressif/esp_lcd_touch_gt911] ( https://components.espressif.com/components/espressif/esp_lcd_touch_gt911 ) <br />[ espressif/esp_lcd_touch_tt21100] ( https://components.espressif.com/components/espressif/esp_lcd_touch_tt21100 ) | ^1<br />^1 |
3434| :heavy_check_mark : | :radio_button : BUTTONS | | [ espressif/button] ( https://components.espressif.com/components/espressif/button ) | ^4 |
35- | :heavy_check_mark : | :musical_note : AUDIO | | [ espressif/esp_codec_dev] ( https://components.espressif.com/components/espressif/esp_codec_dev ) | ~ 1.3.1 |
35+ | :heavy_check_mark : | :musical_note : AUDIO | | [ espressif/esp_codec_dev] ( https://components.espressif.com/components/espressif/esp_codec_dev ) | ~ 1.5 |
3636| :heavy_check_mark : | :speaker : AUDIO_SPEAKER| es8311 | | |
3737| :heavy_check_mark : | :microphone : AUDIO_MIC | es7210 | | |
3838| :heavy_check_mark : | :floppy_disk : SDCARD | | idf | >=5.3 |
@@ -61,30 +61,29 @@ ESP32-S3-BOX-3 also uses a Type-C USB connector that provides 5 V of power input
6161
6262## LVGL Benchmark
6363
64-
65- ** DATE:** 05.09.2025 08:59
64+ ** DATE:** 01.10.2025 13:12
6665
6766** LVGL version:** 9.3.0
6867
6968| Name | Avg. CPU | Avg. FPS | Avg. time | render time | flush time |
7069| ---- | :------: | :------: | :-------: | :---------: | :--------: |
71- | Empty screen | 95 % | 25 | 34 | 4 | 30 |
72- | Moving wallpaper | 99 % | 25 | 35 | 5 | 30 |
73- | Single rectangle | 18 % | 89 | 0 | 0 | 0 |
74- | Multiple rectangles | 96 % | 50 | 15 | 2 | 13 |
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 |
70+ | Empty screen | 94 % | 26 | 33 | 3 | 30 |
71+ | Moving wallpaper | 97 % | 25 | 36 | 6 | 30 |
72+ | Single rectangle | 10 % | 91 | 0 | 0 | 0 |
73+ | Multiple rectangles | 91 % | 50 | 16 | 2 | 14 |
74+ | Multiple RGB images | 17 % | 90 | 0 | 0 | 0 |
75+ | Multiple ARGB images | 18 % | 87 | 2 | 2 | 0 |
76+ | Rotated ARGB images | 73 % | 56 | 18 | 12 | 6 |
77+ | Multiple labels | 89 % | 79 | 9 | 3 | 6 |
78+ | Screen sized text | 97 % | 15 | 59 | 28 | 31 |
79+ | Multiple arcs | 19 % | 91 | 0 | 0 | 0 |
80+ | Containers | 33 % | 72 | 15 | 4 | 11 |
81+ | Containers with overlay | 89 % | 20 | 45 | 14 | 31 |
82+ | Containers with opa | 49 % | 70 | 19 | 7 | 12 |
83+ | Containers with opa_layer | 60 % | 53 | 27 | 16 | 11 |
84+ | Containers with scrolling | 95 % | 20 | 44 | 14 | 30 |
85+ | Widgets demo | 97 % | 25 | 25 | 11 | 14 |
86+ | All scenes avg. | 64 % | 54 | 21 | 7 | 14 |
8887
8988
9089
0 commit comments