From 1d1778f4b42c8e675c403fb4bcc01d8df83641b9 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 Jan 2020 13:38:08 +0100 Subject: [PATCH] Update README.md Add features --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 798f4462..633ba1e5 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,17 @@ This fork removes the Nextion/TJC requirement by using the Littlev Graphics Libr This version also adds ESP32 support to take advantage of the additional hardware capabilities. [1]: https://github.com/aderusha/HASwitchPlate + +## Features + +| Feature | ESP8266 | ESP32 +|--------------------|---------|--------- +| SPI display | **yes** | **yes** +| Parallel display | no | *tbd* +| PWM Screen dimming | **yes** | **yes** +| Maximum Page Count | 4 | 12 +| Dynamic Objects | yes | yes +| Lvgl Theme Support | basic themes | all themes +| Custom .zi V5 font | **yes** | **yes** +| FontAwesome Icons | **yes** | **yes** +| PNG images | no | *tbd*