From b653719947180ec2ca281ce72a97e70a2f3ce13c Mon Sep 17 00:00:00 2001 From: fvanroie Date: Tue, 28 Apr 2020 00:06:53 +0200 Subject: [PATCH] Update Readme --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9fa65780..e9c141ba 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This project is a re-implementation of the popular HASwitchPlate sketch created The [original HASwitchPlate][1] project uses a Wemos D1 mini and requires a Nextion/TJC HMI display. This rewrite removes the Nextion/TJC requirement by using the [Littlev Graphics Library][2] on the MCU to drive a cheap commodity display. -This version also adds ESP32 support to take advantage of the additional hardware capabilities. +This version also adds ESP32 and STM32 support to take advantage of the additional hardware capabilities. ## Demo Screens @@ -14,18 +14,19 @@ This version also adds ESP32 support to take advantage of the additional hardwar ## Features -| Feature | ESP8266 | ESP32 -|-------------------------|---------|--------- -| SPI display | :white_check_mark: yes | :white_check_mark: yes -| Parallel display | :x: no | :white_check_mark: yes -| PWM Screen dimming | :white_check_mark: yes | :white_check_mark: yes -| Maximum Page Count | 4 | 12 -| Object Types / Widgets | 14 | 15 -| Dynamic Objects | :white_check_mark: yes | :white_check_mark: yes -| [Lvgl Theme Support][3] | basic only | all themes -| [Custom .zi V5 font][4] | :white_check_mark: yes (latin1) | :white_check_mark: yes (latin1) -| [FontAwesome Icons][5] | :white_check_mark: 1300+ | :white_check_mark: 1300+ -| PNG images | :x: no | :grey_question: tbd +| Feature | ESP8266 | ESP32 | STM32F4 +|-------------------------|---------|---------|---------- +| SPI display | :white_check_mark: yes | :white_check_mark: yes | :white_check_mark: yes +| Parallel display | :x: no | :white_check_mark: yes | :white_check_mark: yes +| PWM Screen dimming | :white_check_mark: yes | :white_check_mark: yes | :white_check_mark: yes +| Maximum Page Count | 4 | 12 | +| Object Types / Widgets | 14 | 15 | 15 +| Dynamic Objects | :white_check_mark: yes | :white_check_mark: yes | :white_check_mark: yes +| [Lvgl Theme Support][3] | basic only | all themes | tbd +| [Custom .zi V5 font][4] | :white_check_mark: yes (latin1) | :white_check_mark: yes (latin1) | no +| [FontAwesome Icons][5] | :white_check_mark: 1300+ | :white_check_mark: 1300+ | no +| PNG images | :x: no | :grey_question: tbd | :grey_question: tbd +| Network | :white_check_mark: Wifi | :white_check_mark: Wifi | :grey_question: tbd ## Cloning