esphome/esphome
Stanislav Meduna 8e36e1b92e
ili9341: use larger SPI transfers (#1628)
The original version uses write_byte to tranfer every byte of
the display buffer which is quite extensive as every byte needs
to be waited for in the SPI driver.

This patch prepares transfers in 64-byte chunks. The result is
a visible faster redraw of the display.

Co-authored-by: Otto winter <otto@otto-winter.com>
2021-09-22 12:43:17 +02:00
..
components ili9341: use larger SPI transfers (#1628) 2021-09-22 12:43:17 +02:00
core Configurable Flash Write Interval (#2119) 2021-09-21 13:47:51 +02:00
dashboard ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
__init__.py
__main__.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
automation.py lambda condition should return (#1833) 2021-05-26 08:03:59 +12:00
codegen.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
config.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
config_helpers.py add-black (#1593) 2021-03-07 16:03:16 -03:00
config_validation.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
const.py Allow non-addressable lights in light partitions (#2256) 2021-09-22 13:59:21 +12:00
coroutine.py Introduce new async-def coroutine syntax (#1657) 2021-05-17 17:14:15 +12:00
cpp_generator.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
cpp_helpers.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
cpp_types.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
espota2.py Bump pylint from 2.10.2 to 2.11.1 (#2334) 2021-09-19 19:22:28 +02:00
final_validate.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
git.py Allow using a git source for a package (#2193) 2021-09-06 08:23:06 +12:00
helpers.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
jsonschema.py schema-dump-pins (#1596) 2021-03-08 22:53:20 -03:00
loader.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
log.py Fix colorlog removing colors and refactor color code (#1671) 2021-04-08 13:58:01 +02:00
mqtt.py Bump pylint from 2.10.2 to 2.11.1 (#2334) 2021-09-19 19:22:28 +02:00
pins.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
platformio_api.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
storage_json.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
types.py Improve config final validation (#1917) 2021-06-18 11:52:02 +12:00
util.py Allow .yml files to show up in the dashboard (#2257) 2021-09-08 16:11:09 +12:00
voluptuous_schema.py Schema dump (#1564) 2021-03-07 21:05:08 -03:00
vscode.py Support multiple configuration directories for update-all subcommand (#1925) 2021-08-11 17:21:57 +12:00
wizard.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
writer.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
yaml_util.py Bump pylint from 2.10.2 to 2.11.1 (#2334) 2021-09-19 19:22:28 +02:00
zeroconf.py Simple time.sleep in place of threading wait due to upgraded zeroconf (#2307) 2021-09-15 16:39:13 +12:00