mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Update url
This commit is contained in:
parent
4fbecc1406
commit
d8e9c33057
14
README.md
14
README.md
@ -1,4 +1,4 @@
|
|||||||
# HASP - Open Hardware edition
|
# openHASP firmware
|
||||||
|
|
||||||
[](https://github.com/HASwitchPlate/openHASP/actions)
|
[](https://github.com/HASwitchPlate/openHASP/actions)
|
||||||
[](https://github.com/HASwitchPlate/openHASP/releases)
|
[](https://github.com/HASwitchPlate/openHASP/releases)
|
||||||
@ -10,10 +10,10 @@
|
|||||||
Control your home-automation devices from a customizable touchscreen UI connected via MQTT.
|
Control your home-automation devices from a customizable touchscreen UI connected via MQTT.
|
||||||
|
|
||||||
This project 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.
|
The [HASPone][1] project uses a Wemos D1 mini and requires a Nextion/TJC HMI display.
|
||||||
This rewrite removes the Nextion/TJC requirement by using the [Light and Versatile Graphics Library][2] on the MCU to drive a cheap commodity display.
|
This rewrite removes the Nextion/TJC hardware requirement by using the [Light and Versatile Graphics Library][2] on the MCU to drive a commodity display.
|
||||||
|
|
||||||
This version also adds ESP32 and STM32F4 support to take advantage of the additional hardware capabilities.
|
openHASP also adds ESP32 and STM32F4 support to take advantage of the additional hardware capabilities.
|
||||||
|
|
||||||
|
|
||||||
## Demo Screens
|
## Demo Screens
|
||||||
@ -57,13 +57,13 @@ To build a defierent branch use:
|
|||||||
```bash
|
```bash
|
||||||
git clone --recursive https://github.com/HASwitchPlate/openHASP
|
git clone --recursive https://github.com/HASwitchPlate/openHASP
|
||||||
cd openHASP
|
cd openHASP
|
||||||
git checkout 0.1.0-dev
|
git checkout 0.4.0
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
Check out the [documentation](https://fvanroie.github.io/hasp-docs/) for how-to's, information and frequently asked questions.
|
Check out the [documentation](https://haswitchplate.github.io/openHASP-docs/) for how-to's, information and frequently asked questions.
|
||||||
|
|
||||||
Support
|
Support
|
||||||
---------------------------
|
---------------------------
|
||||||
@ -71,7 +71,7 @@ For support using openHASP, please join the [#openHASP channel][6] on Discord.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
[1]: https://github.com/aderusha/HASwitchPlate
|
[1]: https://github.com/HASwitchPlate/HASPone
|
||||||
[2]: https://github.com/lvgl/lvgl
|
[2]: https://github.com/lvgl/lvgl
|
||||||
[3]: https://littlevgl.com/themes
|
[3]: https://littlevgl.com/themes
|
||||||
[4]: https://github.com/fvanroie/HMI-Font-Pack/releases
|
[4]: https://github.com/fvanroie/HMI-Font-Pack/releases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user