1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-22 19:53:46 +01:00

add dither option for image processing (#1317)

* [Image] add dither option for image processing

* fix import order

* revert import location
and hardcode two dither method

* fix format
This commit is contained in:
San
2020-11-02 02:54:13 +08:00
committed by GitHub
parent 3fcdaaefe0
commit 31c604331c
2 changed files with 7 additions and 4 deletions

View File

@@ -159,6 +159,7 @@ CONF_DISCOVERY = 'discovery'
CONF_DISCOVERY_PREFIX = 'discovery_prefix'
CONF_DISCOVERY_RETAIN = 'discovery_retain'
CONF_DISTANCE = 'distance'
CONF_DITHER = 'dither'
CONF_DIV_RATIO = 'div_ratio'
CONF_DNS1 = 'dns1'
CONF_DNS2 = 'dns2'