nextion

Nextion serial client

LGPL-3.0 License

Downloads
888
Stars
25
Committers
2

Bot releases are hidden (Show)

nextion - 2.0.0 Latest Release

Published by yozik04 3 months ago

What's Changed

Full Changelog: https://github.com/yozik04/nextion/compare/1.8.1...2.0.0

nextion - 1.8.1

Published by yozik04 almost 3 years ago

Fixed

  • Current Page Number (sendme) response was not parsed correctly. Thanks @sputnik-dancarroll #25 for the fix.
nextion - 1.8.0 async event_handler

Published by yozik04 almost 3 years ago

Improved

  • Support for async event_handler. #24 See updated example in the README.md
nextion - 1.7.1 Smarter return data parsing

Published by yozik04 almost 4 years ago

Improved

  • Smart parsing of fixed length packets. Fixes issue with negative integers #18.

Other

  • protocol.py was split into multiple files. Classes should still be available in old places.
nextion - 1.6.1

Published by yozik04 about 4 years ago

Improved

  • Compatibility with Nextion 1.61.1 (#10)
  • Suppressing non critical errors during upload (#11 )
nextion -

Published by yozik04 over 4 years ago

Added

Improved

  • Better reconnect on timeouts
nextion - 1.5.0

Published by yozik04 over 4 years ago

Added:

  • Automatic reconnection on command timeout.
  • New reconnect_attempts parameter added to Nextion constructor. If you do not want the lib to automatically reconnect set it to 1.

Changed

  • Nextion.connect() does not return a boolean now. It throws an exception on failure.
  • Some logging improvements.

Removed

  • Removed sleep wakeup waiting. Increased IO timeout to 0.5 second to compensate that. Background picture change takes 180ms + first variable set after a wakeup takes 240ms + some buffer.
nextion - 1.4.0 - Serial read fixes

Published by yozik04 over 4 years ago

Fixed:

  • Proper reading of chunked messages.

Added:

  • Send bkcmd=3 after device reboot.
nextion -

Published by yozik04 over 4 years ago

Added:

  • timeout parameter for get/set/command methods.