mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Name change from hasp-lvgl to openHASP
This commit is contained in:
parent
0c19a136b7
commit
4fbecc1406
8
.github/ISSUE_TEMPLATE/bug_report.md
vendored
8
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -11,13 +11,13 @@ assignees: fvanroie
|
|||||||
IMPORTANT
|
IMPORTANT
|
||||||
Issues that don't use this template will be ignored and closed.
|
Issues that don't use this template will be ignored and closed.
|
||||||
|
|
||||||
If you are not sure if your issue is a bug, please open a [github discussion](https://github.com/fvanroie/hasp-lvgl/discussions) first
|
If you are not sure if your issue is a bug, please open a [github discussion](https://github.com/HASwitchPlate/openHASP/discussions) first
|
||||||
or join the [#hasp-lvgl channel](https://discord.gg/VCWyuhF) on Discord.
|
or join the [#openHASP channel](https://discord.gg/VCWyuhF) on Discord.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
### Perform all steps below and tick them with [x]
|
### Perform all steps below and tick them with [x]
|
||||||
- [ ] Check the related part of the [Documentation](https://fvanroie.github.io/hasp-docs/)
|
- [ ] Check the related part of the [Documentation](https://haswitchplate.github.io/openHASP-docs/)
|
||||||
- [ ] Update hasp-lvgl to the latest version
|
- [ ] Update openHASP to the latest version
|
||||||
- [ ] Reproduce the issue and describe all steps
|
- [ ] Reproduce the issue and describe all steps
|
||||||
|
|
||||||
### Describe the bug
|
### Describe the bug
|
||||||
|
2
.github/ISSUE_TEMPLATE/other-question.md
vendored
2
.github/ISSUE_TEMPLATE/other-question.md
vendored
@ -11,6 +11,6 @@ assignees: ''
|
|||||||
|
|
||||||
We only keep bug reports and active requests being worked on in the issues tracker.
|
We only keep bug reports and active requests being worked on in the issues tracker.
|
||||||
|
|
||||||
For general questions we have opened the [discussion forum](https://github.com/fvanroie/hasp-lvgl/discussions) on github and [#hasp-lvgl channel](https://discord.gg/VCWyuhF) on Discord.
|
For general questions we have opened the [discussion forum](https://github.com/HASwitchPlate/openHASP/discussions) on github and [#openHASP channel](https://discord.gg/VCWyuhF) on Discord.
|
||||||
|
|
||||||
If you are not sure if your question is related to the code development, feel free to ask!
|
If you are not sure if your question is related to the code development, feel free to ask!
|
||||||
|
24
README.md
24
README.md
@ -1,11 +1,11 @@
|
|||||||
# HASP - Open Hardware edition
|
# HASP - Open Hardware edition
|
||||||
|
|
||||||
[](https://github.com/fvanroie/hasp-lvgl/actions)
|
[](https://github.com/HASwitchPlate/openHASP/actions)
|
||||||
[](https://github.com/fvanroie/hasp-lvgl/releases)
|
[](https://github.com/HASwitchPlate/openHASP/releases)
|
||||||
[](http://github.com/fvanroie/hasp-lvgl/issues)
|
[](http://github.com/HASwitchPlate/openHASP/issues)
|
||||||
[][6]
|
[][6]
|
||||||
[](#Contributing)
|
[](#Contributing)
|
||||||
[](https://github.com/fvanroie/hasp-lvgl/blob/master/LICENSE)
|
[](https://github.com/HASwitchPlate/openHASP/blob/master/LICENSE)
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
@ -18,9 +18,9 @@ This version also adds ESP32 and STM32F4 support to take advantage of the additi
|
|||||||
|
|
||||||
## Demo Screens
|
## Demo Screens
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -43,10 +43,10 @@ This version also adds ESP32 and STM32F4 support to take advantage of the additi
|
|||||||
Make sure to add the `--recursive` parameter when cloning the project. Otherwise git will not download the required submodules in the `/lib` subdirectory.
|
Make sure to add the `--recursive` parameter when cloning the project. Otherwise git will not download the required submodules in the `/lib` subdirectory.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive https://github.com/fvanroie/hasp-lvgl
|
git clone --recursive https://github.com/HASwitchPlate/openHASP
|
||||||
```
|
```
|
||||||
|
|
||||||
If you already cloned hasp-lvgl without the submodules, you can fetch the submodules seperately using:
|
If you already cloned openHASP without the submodules, you can fetch the submodules seperately using:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
@ -55,8 +55,8 @@ git submodule update --init --recursive
|
|||||||
To build a defierent branch use:
|
To build a defierent branch use:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive https://github.com/fvanroie/hasp-lvgl
|
git clone --recursive https://github.com/HASwitchPlate/openHASP
|
||||||
cd hasp-lvgl
|
cd openHASP
|
||||||
git checkout 0.1.0-dev
|
git checkout 0.1.0-dev
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
@ -67,7 +67,7 @@ Check out the [documentation](https://fvanroie.github.io/hasp-docs/) for how-to'
|
|||||||
|
|
||||||
Support
|
Support
|
||||||
---------------------------
|
---------------------------
|
||||||
For support using hasp-lvgl, please join the [#hasp-lvgl channel][6] on Discord.
|
For support using openHASP, please join the [#openHASP channel][6] on Discord.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -72,7 +72,6 @@ lib_deps =
|
|||||||
knolleary/PubSubClient@^2.8.0 ; MQTT client
|
knolleary/PubSubClient@^2.8.0 ; MQTT client
|
||||||
git+https://github.com/fvanroie/ConsoleInput.git
|
git+https://github.com/fvanroie/ConsoleInput.git
|
||||||
;git+https://github.com/andrethomas/TasmotaSlave.git
|
;git+https://github.com/andrethomas/TasmotaSlave.git
|
||||||
;git+https://github.com/fvanroie/lv_components.git
|
|
||||||
;git+https://github.com/lvgl/lvgl.git
|
;git+https://github.com/lvgl/lvgl.git
|
||||||
lvgl/lvgl @^7.11.0 ; from PIO library
|
lvgl/lvgl @^7.11.0 ; from PIO library
|
||||||
;bodmer/TFT_eSPI @ 2.3.4 ; Tft SPI drivers EXACT version 2.3.5 has compile error
|
;bodmer/TFT_eSPI @ 2.3.4 ; Tft SPI drivers EXACT version 2.3.5 has compile error
|
||||||
@ -117,12 +116,13 @@ build_flags =
|
|||||||
-D ARDUINOJSON_ENABLE_PROGMEM=1 ; for PROGMEM arguments
|
-D ARDUINOJSON_ENABLE_PROGMEM=1 ; for PROGMEM arguments
|
||||||
; -- tft_espi build options ------------------------
|
; -- tft_espi build options ------------------------
|
||||||
;-D USE_DMA_TO_TFT
|
;-D USE_DMA_TO_TFT
|
||||||
; -- hasp-lvgl build options ------------------------
|
; -- openHASP build options ------------------------
|
||||||
-D HASP_USE_TELNET=1
|
-D HASP_USE_TELNET=1
|
||||||
;-D HASP_USE_SPIFFS=1
|
;-D HASP_USE_SPIFFS=1
|
||||||
-D HASP_USE_LITTLEFS=1
|
-D HASP_USE_LITTLEFS=1
|
||||||
;-D HASP_USE_EEPROM=1
|
;-D HASP_USE_EEPROM=1
|
||||||
-D HASP_USE_CONFIG=1 ; Native application, not library
|
-D HASP_USE_CONFIG=1 ; Native application, not library
|
||||||
|
-D LV_LOG_TRACE_TIMER=1
|
||||||
; -- LittleFS build options ------------------------
|
; -- LittleFS build options ------------------------
|
||||||
-D CONFIG_LITTLEFS_FOR_IDF_3_2
|
-D CONFIG_LITTLEFS_FOR_IDF_3_2
|
||||||
|
|
||||||
@ -186,7 +186,7 @@ build_flags=
|
|||||||
; -- ArduinoJson build options ----------------------------
|
; -- ArduinoJson build options ----------------------------
|
||||||
-D ARDUINOJSON_ENABLE_PROGMEM=1 ; for PROGMEM arguments
|
-D ARDUINOJSON_ENABLE_PROGMEM=1 ; for PROGMEM arguments
|
||||||
-D ARDUINOJSON_ENABLE_STD_STRING=1 ; for std::string
|
-D ARDUINOJSON_ENABLE_STD_STRING=1 ; for std::string
|
||||||
; -- hasp-lvgl build options ------------------------
|
; -- openHASP build options -------------------------
|
||||||
-D HASP_USE_TELNET=1
|
-D HASP_USE_TELNET=1
|
||||||
;-D HASP_USE_SPIFFS=1
|
;-D HASP_USE_SPIFFS=1
|
||||||
-D HASP_USE_LITTLEFS=1
|
-D HASP_USE_LITTLEFS=1
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
// language independent defines
|
// language independent defines
|
||||||
#define D_PASSWORD_MASK "********"
|
#define D_PASSWORD_MASK "********"
|
||||||
#define D_BULLET " * "
|
#define D_BULLET " * "
|
||||||
#define D_MANUFACTURER "hasp-lvgl"
|
#define D_MANUFACTURER "openHASP"
|
||||||
|
|
||||||
#endif
|
#endif
|
@ -254,7 +254,7 @@ int main(int argc, char* argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(showhelp) {
|
if(showhelp) {
|
||||||
usage("hasp-lvgl");
|
usage("openHASP");
|
||||||
|
|
||||||
#if defined(WINDOWS)
|
#if defined(WINDOWS)
|
||||||
WriteConsole(std_out, "bye", 3, NULL, NULL);
|
WriteConsole(std_out, "bye", 3, NULL, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user