197 Commits
Author SHA1 Message Date
Matias Marfisi ebb59dc5aa Revert version change 2025-06-18 15:40:23 +02:00
Matias Marfisi 8ec6241da1 Register button callbacks only if encoder_enter handle is not null 2025-06-18 15:40:23 +02:00
Tomas Rezucha f9f90b0d80 components: Add maintanance status badges 2025-06-16 11:30:35 +02:00
Vilem Zavodny c898314ec3 doc: Update readme, how-to, auto-generated part by CI 2025-06-13 13:25:37 +02:00
Tomas Rezucha d54ee754ef feat(esp_lvgl_port): Add LVGL task stack capabilities
Closes https://github.com/espressif/esp-bsp/issues/567
2025-04-30 10:08:44 +02:00
Guil-T 3a7d90b66a Updated component version to 2.0.1 2025-04-18 14:34:16 -04:00
Guil-T 44a0656c96 Merge branch 'master' into master 2025-04-18 14:31:00 -04:00
Vilem Zavodny 6c97b21ba3 feat(lvgl_port): Used PPA for rotation on ESP32-P4 and added SW rotation 2025-04-17 10:10:30 +02:00
Guil-T e3f9a14d98 fix a memory leak when a device fails to reset. 2025-04-13 08:39:31 -04:00
peter.marcisovsky 2c7e6584c3 feat(lvgl_port_simd): RGB888 image blend to RGB888
- RGB888 blend to RGB888 (optimized memcpy for RGB888 type)
    - esp32s3 assembly implementation using SIMD instructions
    - esp32 assembly fallback
2025-04-08 07:11:51 +02:00
Chen Jichang 0a1db96554 feat(ds18b20): add a interface to get device address 2025-04-08 10:13:50 +08:00
Vilem Zavodny 7ae11d6ba6 feat(lvgl_port): Add scaling feature for touch 2025-04-07 11:38:08 +02:00
Vilem Zavodny 8cea89f9fc fix(gt911): Fixed reading buttons and changed warning log 2025-03-19 07:30:16 +01:00
mutatrum 54a453372f Fix typo in comment
RGB656 -> RGB565
2025-03-18 13:58:29 +01:00
Stephen Cox 7e5759a5dc esp_lcd_st7796 also works on esp32 (BSP-647) (#527)
* esp_lcd_st7796 also works on esp32

* Bump componnent version
2025-03-04 12:59:10 +01:00
Tomas Rezucha fac47bfbbf feat: Release esp_lvgl_port 2.5.0 2025-03-03 12:40:48 +01:00
Tomas Rezucha 8917b345af fix(esp_lvgl_port): Fix draw buffer alignment 2025-02-27 14:30:34 +01:00
Vilem Zavodny 215eee313c fix(esp_lcd_gc9a01): Fix compilation error in IDF5.1 2025-02-26 14:45:02 +01:00
Vilem Zavodny 56844beebf fix(lvgl_port): Fixed memory leak in LVGL8 in display removing 2025-02-25 10:43:07 +01:00
Liu Zhongwei 03b1e6767d fix(tt21100): Avoid logging debug messages inside portENTER_CRITICAL() 2025-02-20 10:04:50 +01:00
Liu Zhongwei 2f17f439f5 fix(lcd_touch): avoid assigning a value to handle after creation failure 2025-02-20 10:04:50 +01:00
AkaBkn d0b7610bac fix(gt911): Fix flickering when GT911 has no data to read
Fix flickering when GT911 has no data to read

Points should only get cleared on successfully read operations.

Before this patch, the touch driver reported no touch, when in fact there was touch but the GT911 was not ready to report data.
2025-02-20 10:04:09 +01:00
Jelle van Kraaij 29daa0a281 fix(ds18b20) pre-commit style & bumped version number 2025-02-17 12:22:48 +01:00
Jelle van Kraaij 4a60d58e21 feat(ds18b20): Add single device mode (no enumeration 1-Wire bus) 2025-02-17 12:22:48 +01:00
Vilem Zavodny f05983f11f feat(lvgl_port): Update LVGL port for using button v4 2025-02-13 15:38:20 +01:00