Update README.md

This commit is contained in:
fvanroie 2020-01-24 13:27:29 +01:00 committed by GitHub
parent 88eb9236e1
commit 2bde97a574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# HASP - Open Hardware edition # HASP - Open Hardware edition
This is a re-implementation of the popular HASwitchPlate sketch created by aderusha. This is a re-implementation of the popular HASwitchPlate sketch created by aderusha.
The [original HASwitchPlate][1] project uses a Wemos D1 mini and requires a Nextion/TJC HMI display. 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 commodity 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 support to take advantage of the additional hardware capabilities.