mirror of
https://gitea.tendokyu.moe/TeamTofuShop/segatools.git
synced 2026-09-22 22:37:59 +03:00
## Summary - feat(io4): implement PWM/GPIO support for Billboard and Code Reader lights - feat(mai2io): expose LED control APIs to support new io4 features - fix(led15070): correct multi-LED color logic and add fade support ## Description **io4 & mai2io Updates** Introduced PWM control and GPIO write support in `io4`. These additions allow `mai2io` to properly drive the **Billboard LEDs** and **Code Reader / Player Camera lights**. The APIs have been exposed through `mai2hook` to facilitate scriptable control of these peripherals. **led15070 Improvements** Fixed an issue with the multi-LED color changing logic in the `led15070` driver. This ensures correct color output sequence and includes improvements for fade calculation. Reviewed-on: https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/89 Co-authored-by: グローランプ <130208311+Gl0w1amp@users.noreply.github.com> Co-committed-by: グローランプ <130208311+Gl0w1amp@users.noreply.github.com>