esphome/esphome
Vc 9816e677a6
add Ili9341 display (#1233)
* setup ili9341 framework
used epaper-waveshare as start

* first version working

* added models for now only M5Stack

* get_buffer_length is huge

* fill, low/high watermark, buffer tests failed.
RAM is to small for ili9341 16 bit color mode

* removed high/low watermark debug log

* added standard 2.4" TFT model

* code cleanup

* make ledpin optional
busy pin is not needed

* make bufer 1 byte to avoid the
buffer allocation error

* gitignore

* added backlight pin to dump_config

* huge speed increase
8bit color framebuffer (256 colors)
lo and high watermark for drawing to screen

* fix for images

* higher spi data rates

* Set spi data rate to 40Mhz Experimental

* fixed: formatting
fixed: the last row and column being trimmed
fixed: namings

* Update the code to use Color class

* fixed minor color things

* fixed linting

* #patch minor fixes

* fix gitignore too

* Update esphome/components/ili9341/ili9341_display.cpp

Co-authored-by: Oleg <epushiron+github@gmail.com>

* reverting the changes as it's being fixed in PR-1241

Co-authored-by: Michiel van Turnhout <qris.online@gmail.com>
Co-authored-by: Michiel van Turnhout <m.vanturnhout@exxellence.nl>
Co-authored-by: Oleg <epushiron+github@gmail.com>
2020-11-08 22:53:35 -03:00
..
api Bump pylint from 2.5.3 to 2.6.0 (#1262) 2020-09-16 12:12:40 +02:00
components add Ili9341 display (#1233) 2020-11-08 22:53:35 -03:00
core fix: Incorrect time delay conversion breaks remote_transmitter_esp8266.cpp (#1322) 2020-10-22 23:25:33 -03:00
dashboard Add hyphen to supported name characters (#1223) 2020-07-30 00:02:34 +02:00
__init__.py Rename esphomeyaml to esphome (#426) 2019-02-13 16:54:02 +01:00
__main__.py Try to fix serial ports listing (#1155) 2020-07-24 10:09:43 +02:00
automation.py Bump pylint from 2.5.3 to 2.6.0 (#1262) 2020-09-16 12:12:40 +02:00
codegen.py Logger on_message trigger (#729) 2019-10-24 14:19:33 +02:00
config.py Bump pylint from 2.5.3 to 2.6.0 (#1262) 2020-09-16 12:12:40 +02:00
config_helpers.py Drop Python 2 Support (#793) 2019-12-07 18:28:55 +01:00
config_validation.py fix mqtt config check in OnlyWith configuration helper (#1304) 2020-10-15 10:14:07 -03:00
const.py Adds support for RF Bridge advanced codes (#1246) 2020-11-03 07:34:29 +13:00
core.py Revert "Sort keys in dicts in output yaml for 'config' command (#1049)" (#1191) 2020-07-25 14:21:56 +02:00
core_config.py Bump docker base image to 2.6.0 (#1245) 2020-08-08 18:42:21 +02:00
cpp_generator.py Upgrade dependencies 2020-05-23 20:33:58 -03:00
cpp_helpers.py Drop Python 2 Support (#793) 2019-12-07 18:28:55 +01:00
cpp_types.py Logger on_message trigger (#729) 2019-10-24 14:19:33 +02:00
espota2.py Bump pylint from 2.5.3 to 2.6.0 (#1262) 2020-09-16 12:12:40 +02:00
helpers.py Bump pylint from 2.5.3 to 2.6.0 (#1262) 2020-09-16 12:12:40 +02:00
legacy.py Drop Python 2 Support (#793) 2019-12-07 18:28:55 +01:00
mqtt.py Bump pylint from 2.5.3 to 2.6.0 (#1262) 2020-09-16 12:12:40 +02:00
pins.py Add pytest to CI (#1138) 2020-07-15 14:00:02 +02:00
platformio_api.py handle windows filenames (#1307) 2020-10-12 22:55:18 -03:00
py_compat.py Drop Python 2 Support (#793) 2019-12-07 18:28:55 +01:00
storage_json.py Drop Python 2 Support (#793) 2019-12-07 18:28:55 +01:00
util.py Try to fix serial ports listing (#1155) 2020-07-24 10:09:43 +02:00
voluptuous_schema.py Bump pylint from 2.5.3 to 2.6.0 (#1262) 2020-09-16 12:12:40 +02:00
vscode.py Add support for command-line substitutions (#1014) 2020-06-21 15:33:01 -03:00
wizard.py Clean up ALLOWED_CHARS (#1235) 2020-08-06 17:29:45 +02:00
writer.py ESP8266 change recommended framework version to 2.7.2 (#1208) 2020-07-27 18:22:47 +02:00
yaml_util.py Bump pylint from 2.5.3 to 2.6.0 (#1262) 2020-09-16 12:12:40 +02:00
zeroconf.py Drop Python 2 Support (#793) 2019-12-07 18:28:55 +01:00