Skip to content

0.1.24

Compare
Choose a tag to compare
@cablesandcoffee cablesandcoffee released this 13 Oct 20:18
· 531 commits to main since this release

Changes

  • Removed the need for jQuery on the NSPanel itself and are now using stright javascript.

  • Transitioned to ESPHomes version of ESPAsyncWebserver for better stability.

  • Moved the baudrate switching in the NSPanel to make it possible to try to flash at a specified baud even though the firmware didn't receive an "ok"-flag from the baud switch. This makes it possible to flash panels that have forgotten their default baud and gone back to using 9600.

  • Implemented a fix for the newest version of the NSPanels that are currently selling where they output { "TFT_VERSION": "2" } during boot that made the TFT upload fail.

  • Moved registering to manager to a better place in the firmware where it could previously gotten stock as it didn't actually try to register to the manager.

  • Updated the manual to incorporate a docker-compose example as requested by issue #101.

  • GUI changes:
    Completed the update to more modernized GUI. Both EU and US tft files is now up to date.
    Tft files has been cleaned up for future growth. Re-arrangement of all pictures for easier handling moving forward.
    While doing this the GIMP design files has also been cleaned up. There is now only two files, one EU and one US.
    GIMP FU scripts has been created to automate the time consuming process of creating the BMP pictures used in Nextion so it will be easier and faster in the future to make changes to the tft files and also make different tft files, bright theme, dark theme for example.
    Also started using Material Designs Icons font as an icon solution that will be used more in future updates.