From 416b66207f888f2d7e9b720648b0fb467782d634 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 Jan 2020 13:25:12 +0100 Subject: [PATCH] Update README.md Initial description --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ea0fedf..798f4462 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# hasp-lvgl \ No newline at end of file +# HASP - Open Hardware edition +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. +This fork removes the Nextion/TJC requirement by using the Littlev Graphics Library on the MCU to drive a commodity display. + +This version also adds ESP32 support to take advantage of the additional hardware capabilities. + +[1]: https://github.com/aderusha/HASwitchPlate