06d1498c47
[runtime_image] Update jpegdec lib version ( #14726 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-03-17 11:45:02 +13:00
c8f5a97cef
[esphome OTA] Allow compilation on host platform ( #11655 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-05 23:33:06 +00:00
guillempages and Jonathan Swoboda
734710d22a
[core] Use Arduino string macros only on ESP8266 ( #12471 )
2025-12-14 18:17:00 -05:00
guillempages and GitHub
cee532a1e3
[core] Use Arduino string macros only on ESP8266 ( #12471 )
2025-12-15 07:15:19 +11:00
guillempages and Jesse Hills
1111aa167f
[online_image]Fix reset if buffer not allocated ( #8236 )
2025-02-14 14:28:41 +13:00
guillempages and GitHub
3b7a7a2262
[online_image]Fix reset if buffer not allocated ( #8236 )
2025-02-12 20:55:32 +11:00
guillempages and GitHub
c9e7562aff
[online_image] Improve error handling ( #8212 )
2025-02-11 22:12:13 +11:00
guillempages and GitHub
8b7aa4c110
[http_request]Use std::string for headers ( #8225 )
2025-02-11 11:39:03 +11:00
guillempages and GitHub
0cd3af2fcd
[online_image]Pin specific version of JPEG library ( #8217 )
2025-02-10 13:17:29 +13:00
7dab1a6082
[online_image] Add JPEG support to online_image ( #8127 )
...
Co-authored-by: Jimmy Hedman <jimmy.hedman@gmail.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Rodrigo Martín <contact@rodrigomartin.dev >
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com >
2025-01-29 10:35:43 +11:00
guillempages and GitHub
fc847c1de8
[online_image] Code Improvements ( #8130 )
2025-01-24 07:32:03 +11:00
guillempages and GitHub
75026be951
[online_image] Use RAMAllocator ( #8114 )
2025-01-19 22:16:37 +00:00
guillempages and GitHub
47a0ec467a
[image]Rename option "use_transparency" ( #8113 )
2025-01-20 08:34:38 +11:00
guillempages and Jesse Hills
3bac45e737
[online_image]Don't access decoder if not initialized ( #7882 )
2024-12-06 15:55:50 +13:00
guillempages and GitHub
beb8ab50e2
[online_image]Don't access decoder if not initialized ( #7882 )
2024-11-28 16:55:20 +13:00
guillempages and GitHub
ef6ccddc0d
[lvgl] Allow esphome::Image in lambda to update image source directly ( #7624 )
2024-10-18 07:23:37 +11:00
guillempages and GitHub
b3cff566eb
[lvgl] Remap image to img in "set_style_*" ( #7546 )
2024-10-06 09:44:18 +11:00
guillempages and GitHub
0a62106b7b
[image] Use "puremagic" instead of "magic" python module ( #7536 )
2024-10-05 17:07:32 +10:00
506e69addf
[online_image] add option to show placeholder while downloading ( #7083 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2024-08-13 19:44:43 +12:00
guillempages and GitHub
9188836f70
Add runtime online image support ( #4710 )
2024-08-06 23:08:06 +12:00
guillempages and Jesse Hills
8d28c53fd3
[http_request] Fix follow_redirects on arduino ( #7054 )
2024-07-13 09:46:07 +12:00
guillempages and GitHub
dea1e9a1e0
[http_request] Fix follow_redirects on arduino ( #7054 )
2024-07-11 16:08:51 +12:00
guillempages and GitHub
699d00e218
[image] Make PIL import local ( #6864 )
2024-06-12 13:11:00 +12:00
guillempages and Jesse Hills
bd7fe1227c
Let show_*_page actions depend on "Display" ( #6092 )
...
Instead of forcing a DisplayBuffer, let the display page actions use Displays without buffer.
2024-01-19 23:40:25 +09:00
guillempages and GitHub
8e83c7dd19
Let show_*_page actions depend on "Display" ( #6092 )
...
Instead of forcing a DisplayBuffer, let the display page actions use Displays without buffer.
2024-01-14 08:01:32 +11:00
guillempages and GitHub
63d3a0e8b3
Improve the gamma settings for the S3-Box-lite display ( #5046 )
2023-07-04 12:43:03 +12:00
guillempages and GitHub
ee12c68b8f
Add actions to animation ( #4959 )
2023-06-20 10:50:02 +12:00
guillempages and Jesse Hills
a4ef26749b
Add support for ESP32-S3-BOX displays ( #4942 )
...
The ESP32-S3-BOX display has an ILI9xxx driver
Add the needed configuration so that it works.
2023-06-19 07:35:03 +12:00
guillempages and Jesse Hills
6aa3092be0
Split display_buffer sub-components into own files ( #4950 )
...
* Split display_buffer sub-components into own files
Move the Image, Animation and Font classes to their own h/cpp pairs,
instead of having everything into the display_buffer h/cpp files.
* Fixed COLOR_ON duplicate definition
2023-06-19 07:35:03 +12:00
guillempages and Jesse Hills
abca47f36f
Add support for ESP32-S3-BOX-Lite displays ( #4941 )
2023-06-19 07:35:03 +12:00
guillempages and GitHub
1a7f121ac6
Add support for ESP32-S3-BOX displays ( #4942 )
...
The ESP32-S3-BOX display has an ILI9xxx driver
Add the needed configuration so that it works.
2023-06-17 03:38:44 -05:00
guillempages and GitHub
ffa669899a
Split display_buffer sub-components into own files ( #4950 )
...
* Split display_buffer sub-components into own files
Move the Image, Animation and Font classes to their own h/cpp pairs,
instead of having everything into the display_buffer h/cpp files.
* Fixed COLOR_ON duplicate definition
2023-06-17 03:32:07 -05:00
guillempages and GitHub
17fed954bf
Add support for ESP32-S3-BOX-Lite displays ( #4941 )
2023-06-16 11:39:50 +12:00
guillempages and GitHub
c74105aad7
Add SVG image support ( #4922 )
2023-06-12 09:36:37 +12:00
guillempages and GitHub
6b00622329
Add support for mdi images ( #4654 )
2023-06-07 09:32:21 +12:00
guillempages and GitHub
9cd173ef83
Allow partially looping animations ( #4693 )
...
Add the possibility of specifying a "loop" in an animation; where the
requested frames (start - end) will be repeateadly shown for "count" times.
2023-05-25 16:49:52 -05:00
guillempages and GitHub
8a518f0def
Add transparency support to all image types ( #4600 )
2023-05-22 08:03:21 +12:00
guillempages and Jesse Hills
74fe135c9c
Fix animation resizing ( #4608 )
...
Animation resizing in RGB24 format is causing an error "Image cannot be resized to a bigger size". Other image types do not show the issue, and the only difference is the "image.thumbnail" call.
Removed the call and tested; the animation is shown with the desired size.
2023-03-27 15:58:28 +13:00
guillempages and GitHub
e13eaf6706
Fix animation resizing ( #4608 )
...
Animation resizing in RGB24 format is causing an error "Image cannot be resized to a bigger size". Other image types do not show the issue, and the only difference is the "image.thumbnail" call.
Removed the call and tested; the animation is shown with the desired size.
2023-03-22 08:05:09 +00:00
d0dda48932
Add display_type property to DisplayBuffer ( #3430 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2022-06-03 15:39:04 +12:00
7a0827e3d0
Configurable HTTP redirect following ( #3100 )
...
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl >
2022-01-25 09:53:22 +01:00