Add framework info to TFT

This commit is contained in:
Edward Firmo
2023-11-06 20:33:13 +01:00
parent 5060947d16
commit 6b9a6dc97f
13 changed files with 75 additions and 17 deletions

View File

@@ -66,6 +66,7 @@ If you have a custom automation using very long hold (more than 15s) of hardware
1. New Upload TFT engine
2. Hardware restarts with button hold for 15s
3. Support to `esp-idf` framework
4. Support to 921600 bps
 
## Details of noteworthy changes
@@ -89,6 +90,13 @@ Although this project still using ESPHome default framework (currently `arduino`
The `arduino` protocol still more popular and therefore more components are available, but as `esp-idf` is maintained by EspressIF and is kept updated, more boards are supported and the memory management is better, making it ideal if you wanna customize your panel to support memory consumption functionalities, like `bluetooth_proxy` or [Improv](https://www.improv-wifi.com/).
Please look at [customizations docs in the Wiki](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki/(EN)-Customization#framework-esp-idf) for more details on how to change the framework.
 
### 4. Support to 921600 bps
Until this point, the communication between ESPHome and the Nextion display is at 115200 bps. This is not changing for now, but we are preparing to change this in the near future to a higer rate of 921600 bps, which is 8 times higher than the one used currently.
After installing the latest TFT v4.1, you will be able to [change the speed as a customization](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki/(EN)-Customization#change-uarts-baud-rate) and your system will switch to the higher transfer rate after the next boot.
In most of the cases, you are not going to see any diference related tho this change, but it will reduce significantly the time to upload a TFT file.
 
## Next topics we are currently working on
See here: https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap