From 43b7d1270b2b82f652e0aa5085f9db8457765b70 Mon Sep 17 00:00:00 2001
From: fvanroie <15969459+fvanroie@users.noreply.github.com>
Date: Sun, 2 Feb 2020 18:43:10 +0100
Subject: [PATCH 1/3] Update README.md
---
README.md | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index cf4ce23b..69654323 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,6 @@ This rewrite removes the Nextion/TJC requirement by using the [Littlev Graphics
This version also adds ESP32 support to take advantage of the additional hardware capabilities.
-[1]: https://github.com/aderusha/HASwitchPlate
-[2]: https://github.com/littlevgl/lvgl
## Demo Screens
@@ -22,12 +20,12 @@ This version also adds ESP32 support to take advantage of the additional hardwar
| Maximum Page Count | 4 | 12
| Object Types / Widgets | 14 | 15
| Dynamic Objects |
- - [x] yes
| - - [x] yes
-| Lvgl Theme Support | basic only | all themes
-| Custom .zi V5 font | - - [x] yes
| - - [x] yes
-| FontAwesome Icons | - - [x] 1300+
| - - [x] 1300+
+| [Lvgl Theme Support][3] | basic only | all themes
+| Custom .zi V5 font | - - [x] yes (latin1)
| - - [x] yes (latin1)
+| [FontAwesome Icons][4] | - - [x] 1300+
| - - [x] 1300+
| PNG images | - - [ ] no
| *tbd*
-# Cloning
+## Cloning
Make sure to add the `--recursive` parameter when cloning the project. Otherwise git will not download the required submodules in the `/lib` subdirectory.
@@ -44,3 +42,8 @@ git submodule update --init --recursive
## Getting Started
Check out the [wiki](https://github.com/fvanroie/hasp-lvgl/wiki) for how-to's, information and frequently asked questions.
+
+[1]: https://github.com/aderusha/HASwitchPlate
+[2]: https://github.com/littlevgl/lvgl
+[3]: https://littlevgl.com/themes
+[4]: https://fontawesome.com/cheatsheet/
From 475a136ff3cad05b5aec5fb44c749c0cc4e006af Mon Sep 17 00:00:00 2001
From: fvanroie <15969459+fvanroie@users.noreply.github.com>
Date: Sun, 2 Feb 2020 18:47:55 +0100
Subject: [PATCH 2/3] Update README.md
---
README.md | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 69654323..1abbfe7e 100644
--- a/README.md
+++ b/README.md
@@ -12,18 +12,18 @@ This version also adds ESP32 support to take advantage of the additional hardwar
## Features
-| Feature | ESP8266 | ESP32
-|--------------------|---------|---------
-| SPI display | - - [x] yes
| - - [x] yes
-| Parallel display | - - [ ] no
| *tbd*
-| PWM Screen dimming | - - [x] yes
| - - [x] yes
-| Maximum Page Count | 4 | 12
-| Object Types / Widgets | 14 | 15
-| Dynamic Objects | - - [x] yes
| - - [x] yes
+| Feature | ESP8266 | ESP32
+|-------------------------|---------|---------
+| SPI display | - - [x] yes
| - - [x] yes
+| Parallel display | - - [ ] no
| *tbd*
+| PWM Screen dimming | - - [x] yes
| - - [x] yes
+| Maximum Page Count | 4 | 12
+| Object Types / Widgets | 14 | 15
+| Dynamic Objects | - - [x] yes
| - - [x] yes
| [Lvgl Theme Support][3] | basic only | all themes
-| Custom .zi V5 font | - - [x] yes (latin1)
| - - [x] yes (latin1)
-| [FontAwesome Icons][4] | - - [x] 1300+
| - - [x] 1300+
-| PNG images | - - [ ] no
| *tbd*
+| [Custom .zi V5 font][4] | - - [x] yes (latin1)
| - - [x] yes (latin1)
+| [FontAwesome Icons][5] | - - [x] 1300+
| - - [x] 1300+
+| PNG images | - - [ ] no
| *tbd*
## Cloning
@@ -46,4 +46,5 @@ Check out the [wiki](https://github.com/fvanroie/hasp-lvgl/wiki) for how-to's, i
[1]: https://github.com/aderusha/HASwitchPlate
[2]: https://github.com/littlevgl/lvgl
[3]: https://littlevgl.com/themes
-[4]: https://fontawesome.com/cheatsheet/
+[4]: https://github.com/fvanroie/HMI-Font-Pack/releases
+[5]: https://fontawesome.com/cheatsheet/
From 8eb8aebaa6d7ac498d69f64fd17dae97697f1d10 Mon Sep 17 00:00:00 2001
From: fvanroie <15969459+fvanroie@users.noreply.github.com>
Date: Sun, 2 Feb 2020 18:50:07 +0100
Subject: [PATCH 3/3] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1abbfe7e..862f4f5b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# HASP - Open Hardware edition
-This is a re-implementation of the popular HASwitchPlate sketch created by aderusha.
+This project 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 rewrite removes the Nextion/TJC requirement by using the [Littlev Graphics Library][2] on the MCU to drive a cheap commodity display.