mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Update README.md
This commit is contained in:
parent
b99c7a0a2f
commit
43b7d1270b
15
README.md
15
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 | <ul><li>- [x] yes</li> | <ul><li>- [x] yes</li>
|
||||
| Lvgl Theme Support | basic only | all themes
|
||||
| Custom .zi V5 font | <ul><li>- [x] yes</li> | <ul><li>- [x] yes</li>
|
||||
| FontAwesome Icons | <ul><li>- [x] 1300+</li> | <ul><li>- [x] 1300+</li>
|
||||
| [Lvgl Theme Support][3] | basic only | all themes
|
||||
| Custom .zi V5 font | <ul><li>- [x] yes (latin1)</li> | <ul><li>- [x] yes (latin1)</li>
|
||||
| [FontAwesome Icons][4] | <ul><li>- [x] 1300+</li> | <ul><li>- [x] 1300+</li>
|
||||
| PNG images | <ul><li>- [ ] no</li> | *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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user