Update README

This commit is contained in:
fvanroie 2020-02-02 17:13:23 +01:00
parent bc6191e695
commit 8ec0b45024

View File

@ -8,9 +8,11 @@ This version also adds ESP32 support to take advantage of the additional hardwar
[1]: https://github.com/aderusha/HASwitchPlate
[2]: https://github.com/littlevgl/lvgl
## Features
## Demo Screens
![Screenshot]](https://raw.githubusercontent.com/fvanroie/hasp-lvgl/master/docs/img/screenhot-13.png){:style="float: right;margin-right: 7px;margin-top: 7px;"}
![Screenshot]](https://raw.githubusercontent.com/fvanroie/hasp-lvgl/master/docs/img/screenhot-13.png)
## Features
| Feature | ESP8266 | ESP32
|--------------------|---------|---------
@ -38,3 +40,7 @@ If you already cloned hasp-lvgl without the submodules, you can fetch the submod
```bash
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.