Metadata-Version: 2.1
Name: heatbit_display
Version: 0.1.22
Summary: Implementation of the display protocol
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: construct==2.10.68
Requires-Dist: construct-typing==0.6.1
Requires-Dist: pyserial==3.5
Requires-Dist: heatbit-logger

* Implementation of the display controller's protocol

Buttons events:
    - `BTN_CHNG`
    - `BTN_LONG_PRESS`
    - `BTN_LONG_LONG_PRESS`
    - `BTN_VERY_LONG_PRESS`

Changing press timers:
    `hb_protocol.set_press_timers([3,10,15])`
