You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes in v1.13.0:
- xatLabs Cheetah: Breaking change - update to reflect new buffer structure, add 1bpp pixel buffer support
- K8200 PST: Set correct stopbits on port
- Add GPIO backend module and use it for K8200 PST (NMI)
- K8200 PST: Encode positions as BCD, increase NMI pulse duration
- K9000 FBM: Improve debug output
- K9000 FBM Toolkit: Add debug mode
- splitflap_display: Add JSON export
- SplitFlapDisplay: Add from_json method, rename home_pos to home in JSON
- xatlabs_cheetah: Add get_buffer_base64()
- xatlabs_cheetah: Allow offline instantiation by manually passing device and display info
- xatlabs_cheetah: Fail silently if host is not given
- splitflap_display: Read text fields in from_json
Changes in v1.12.0:
- Restructure AEGMIS module and rename MIS1/2 GCUDisplay to TextDisplay
- Add support for AEG|MIS MIS1 matrix displays
- Add support for aesys DSA
Changes in v1.11.1:
- utils: Bugfix: vias_in_route always returned True when given an empty set of vias
- Cheetah: Initialize selection display framebuffer with home positions from config file
Changes in v1.10.1:
- Utils: Support station aliases in vias_from_csv
- Gracefully handle missink tkinter error
- Change default exclusive parameter to True in remaining serial interfaces
Changes in v1.10.0:
- Add SplitFlapGUI class
- aegmis: Add support for large MIS1 boards
- Add Fraport API support
- Add TcpSerialPort and DummySerialPort classes