Commit Graph

13 Commits

Author SHA1 Message Date
727ed71f4e v1.3.0: Remove default LED blink, add software effects
- Removed automatic green flash + cyan color on tag insert
- Callbacks now fully control LED behavior
- Added software_flash() for reliable cross-portal flashing
- Added software_pulse() for breathing effect
- Added apply_effect() unified interface
- Effects run in background threads (non-blocking)
- Tag removal stops any running effects on that pad
- Added legacy_key field to TagInfo for config lookup
2026-02-21 12:11:30 +11:00
3bcf573160 fix: Stop LED flash when tag is removed (v1.2.2)
- Add per-pad stop event system (_flash_stop_events dictionary)
- Add stop_flash(pad) method to cancel active flash animations
- flash_pad now checks stop events at multiple points in loop
- Tag removal handler calls stop_flash before setting pad to OFF
- Fixes issue where LED flash continued indefinitely after figure removed
2026-02-20 23:12:03 +11:00
62a61b2d36 Fix flash_pad with software-based implementation (v1.2.1)
- Replace broken hardware 0xC8 flash command with software-based blinking
- Hardware flash causes color corruption on some portals
- Software flash uses rapid solid color toggling (works reliably)
- Add Windows USB backend setup for proper libusb detection
- Add proper endpoint discovery with fallbacks
- Add timeout/pipe error detection helpers
2026-02-20 23:00:30 +11:00
a2fce69395 Add tag colors config example
- Configure per-tag LED colors and effects (pulse/flash/solid)
- All effects sync across all 3 portal pads
- Includes preset colors reference
2026-01-26 21:33:07 +11:00
bbc4f0878c Add CLI client with refined LED sequence and JSON color config
- Tag detection turns ALL LEDs off immediately
- Server success shows CENTER blue blink (150ms)
- Theme effects (pulse/flash/solid) apply to ALL pads
- External tag_colors.json for customizable per-tag themes
- Debounce logic preserves theme effect even when skipping server
2026-01-26 21:32:54 +11:00
faa3b91e65 Add .gitignore 2026-01-24 10:37:03 +11:00
296bbca9cd Add example video mappings template 2026-01-24 10:36:57 +11:00
c517d78ce6 Add Moonlight Drive-In integration example 2026-01-24 10:36:29 +11:00
56d758d7fc Add complete character/vehicle database 2026-01-24 10:36:00 +11:00
ea7297e7f2 Add requirements.txt 2026-01-24 10:35:16 +11:00
dc4c30dcd0 Update README with comprehensive documentation 2026-01-24 10:34:58 +11:00
a4650b33af Add main LEGO Dimensions portal reader module 2026-01-24 10:33:48 +11:00
8bfb39f7a4 Initial commit 2026-01-24 10:32:07 +11:00