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
docs: add BOSGAME LED investigation and BD CellView analysis
- docs/hardware: Expanded BOSGAME Ecolite LED ring light investigation
with deep reverse engineering of CYX_RGB_LED_Tool (IT5571 vs IT5570E
differences, protocol documentation, register mapping)
- docs/product: Add BD CellView AI opportunity analysis document
examining competitive gap vs Cytek Amnis AI for flow cytometry
- scripts/bosgame: Add LED control test script for IT5570E SuperIO
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4.**Boot Windows once** - use PortMon/API Monitor to capture I/O if BOSGAME releases LED software
282
+
5.**Accept the rainbow** - it looks fine, low power, no heat
190
283
191
284
## Files Downloaded
192
285
@@ -199,17 +292,24 @@ The BOSGAME uses standard EC ports (0x62/0x66), not the extended ports the CYX t
199
292
200
293
**NEVER probe random I2C/EC registers without research** - can corrupt system state.
201
294
295
+
## Scripts Created
296
+
297
+
-`scripts/bosgame/led-control-test.py` - Python script for testing LED control (didn't work but useful for future attempts)
298
+
202
299
## References
203
300
204
301
-[OpenRGB](https://openrgb.org/) - Open source RGB control (doesn't support this hardware)
205
-
-[CYX_RGB_LED_Tool](https://drive.google.com/file/d/1Mg25zCwqapHI7qoxw_7rVSQVWh1gpQl9/view) - For AM08 Pro, not BOSGAME
302
+
-[CYX_RGB_LED_Tool](https://drive.google.com/file/d/1Mg25zCwqapHI7qoxw_7rVSQVWh1gpQl9/view) - For AM08 Pro IT5571, not BOSGAME IT5570E
206
303
-[T9Plus LED Control](https://www2.rigacci.org/wiki/doku.php/doc/appunti/hardware/t9plus_mini_pc_rgb_led_control) - Python script for different hardware
207
304
-[Mini PC Union Forum](https://minipcunion.com/) - Community for mini PC modding
305
+
-[BOSGAME BIOS Download](https://www.bosgamepc.com/pages/bios-download-center) - Official BIOS files
0 commit comments