esphome/esphome
guillempages 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
..
components Fix animation resizing (#4608) 2023-03-22 08:05:09 +00:00
core Swap curly brackets for round on LockGuard (#4610) 2023-03-22 07:56:02 +00:00
dashboard
__init__.py
__main__.py
automation.py Fix parallel invocations of repeat action (#4480) 2023-02-26 22:23:04 +00:00
codegen.py Add ability to await safe mode in codegen (#4529) 2023-03-07 21:29:45 +00:00
config_helpers.py
config_validation.py Disallow uart0/1/2 as ids in config (#4446) 2023-03-20 02:29:21 +00:00
config.py
const.py Bump version to 2023.4.0-dev 2023-03-09 09:09:39 +13:00
coroutine.py
cpp_generator.py
cpp_helpers.py Add ability to await safe mode in codegen (#4529) 2023-03-07 21:29:45 +00:00
cpp_types.py Add int16 to codegen (#4507) 2023-03-04 07:19:51 +00:00
espota2.py
final_validate.py
git.py Remove idf components before checking if any in config (#4506) 2023-03-05 20:17:32 +00:00
helpers.py
loader.py Allow AUTO_LOAD to be a function (#4550) 2023-03-12 22:43:31 +00:00
log.py
mqtt.py
pins.py
platformio_api.py Fix outdated filter string in platformio_api (#4587) 2023-03-19 19:11:18 +00:00
schema_extractors.py
storage_json.py
types.py
util.py
voluptuous_schema.py
vscode.py
wizard.py
writer.py
yaml_util.py
zeroconf.py