Update README.md

This commit is contained in:
joBr99
2022-11-29 21:00:22 +01:00
committed by GitHub
parent f0613a5fb9
commit a96ee4fef3

View File

@@ -1,4 +1,4 @@
# Nextion Berry Driver
# Nextion Berry Driver (autoexec.be)
This berry driver is intended for the usage with a custom HMI/TFT firmware on nspanel and is a customisted version form [peepshow-21's ns-flash](https://github.com/peepshow-21/ns-flash)
@@ -30,6 +30,16 @@ Returns the version currently defined in the berry script
Downloads the autoexec.be script from the specified URL and loads it.
- `FlashNextionAdv[0-5] URL`
Start's flashing a tft file to the nextion screen with different Modi.
Nextion Upload Proto 1.2 with 921600 Baud (same as FlashNextion): FlashNextionAdv0 http://nspanel.pky.eu/lui.tft
Nextion Upload Proto 1.1 with 921600 Baud: FlashNextionAdv1 http://nspanel.pky.eu/lui.tft
Nextion Upload Proto 1.2 with 115200 Baud: FlashNextionAdv2 http://nspanel.pky.eu/lui.tft
Nextion Upload Proto 1.1 with 115200 Baud: FlashNextionAdv3 http://nspanel.pky.eu/lui.tft
Nextion Upload Proto 1.2 with 256000 Baud: FlashNextionAdv4 http://nspanel.pky.eu/lui.tft
Nextion Upload Proto 1.1 with 256000 Baud: FlashNextionAdv5 http://nspanel.pky.eu/lui.tft
Besides the commands, serial input will be published on 'RESULT' Topic, depending on the input in one of the following formats:
- `{"CustomRecv":%s}`
@@ -37,7 +47,19 @@ Besides the commands, serial input will be published on 'RESULT' Topic, dependin
# Nextion Berry Driver Legacy Range (Old version with HTTP Range Method)
<details>
<summary>Nextion Berry Driver Legacy Range (Old version with HTTP Range Method)</summary>
This berry driver is intended for the usage with a custom HMI/TFT firmware on nspanel.
@@ -77,6 +99,10 @@ Returns the version currently defined in the berry script
Downloads the autoexec.be script from the specified URL and loads it.
Besides the commands, serial input will be published on 'RESULT' Topic, depending on the input in one of the following formats:
- `{"CustomRecv":%s}`
- `{"nextion":%s}`
</details>