• Joined on 2020-07-14
jimmy pushed to main at technicalkiwi/led-tool 2026-02-01 03:00:53 +00:00
accf8f06a5 Add LED tool: device, CLI, web UI, build scripts, and tests
jimmy pushed to main at technicalkiwi/led-driver 2026-01-26 12:00:17 +00:00
02db2b629c Add frontend API documentation
bee2350129 Update README with latest changes
a75d71d9f4 Update pattern tests for new preset-based API
a999b9054e Add RGB channel order conversion method
482f287d5c Remove patterns_base.py after merging into patterns.py
Compare 12 commits »
jimmy pushed to main at technicalkiwi/led-tool 2026-01-25 06:36:02 +00:00
4a3a384181 Add cli tool
jimmy created repository technicalkiwi/led-tool 2026-01-21 23:26:51 +00:00
jimmy pushed to main at technicalkiwi/led-controller 2026-01-17 08:41:27 +00:00
80ff216e54 Update preset format with n7/n8 parameters
1fb3dee942 Update tab storage to 2D grid format
a4502055fb Add test utilities and scripts
6e61ec8de6 Add P2P communication module
48d02f0e70 Update watch script path in Pipfile
Compare 6 commits »
jimmy pushed to main at technicalkiwi/led-controller 2026-01-16 11:59:14 +00:00
97ffc69b12 Add drag-and-drop for presets and colors, max_colors validation, and 2D grid layout
jimmy pushed to web at technicalkiwi/lighting-controller 2026-01-08 08:46:34 +00:00
90be198483 Add presets system and convert back to Flask
jimmy pushed to web at technicalkiwi/lighting-controller 2026-01-05 10:11:11 +00:00
ce3b9f4ea5 Add profile deletion feature
40cfe19759 Add profile color palette feature with quick-select modal
Compare 2 commits »
jimmy pushed to web at technicalkiwi/lighting-controller 2026-01-04 03:07:58 +00:00
c97ca308a7 Add profile persistence for color changes and data saving
5aa500a7fb Convert app to Flask web application with color pickers
Compare 2 commits »
jimmy created branch web in technicalkiwi/lighting-controller 2026-01-04 03:07:58 +00:00
jimmy created repository technicalkiwi/led-driver 2025-12-01 09:33:42 +00:00
jimmy pushed to v2 at technicalkiwi/led-bar 2025-11-30 10:30:38 +00:00
af711bfb98 Remove color order
4d4b91e40d Remove color1 and color2, use colors array instead
b864f166cb Update web interface to use colors array instead of color1/color2
05828833e0 Add support for all RGB color order permutations (RGB, RBG, GRB, GBR, BRG, BGR)
ce1db86fb6 Add tool.py with RGB color order options and debug mode setting
Compare 6 commits »
jimmy pushed to v2 at technicalkiwi/led-bar 2025-11-30 05:35:45 +00:00
d45846ec74 Update main.py, tests, and add presets, circle test, and tool directory
6ae6189519 Revert "Add support for all RGB color order permutations (RGB, RBG, GRB, GBR, BRG, BGR)"
Compare 2 commits »
jimmy pushed to v2 at technicalkiwi/led-bar 2025-11-30 05:27:11 +00:00
f53c57f036 Add support for all RGB color order permutations (RGB, RBG, GRB, GBR, BRG, BGR)
jimmy pushed to v2 at technicalkiwi/led-bar 2025-11-30 05:15:44 +00:00
47837c00e5 Add GRB
jimmy pushed to v2 at technicalkiwi/led-bar 2025-11-30 04:45:54 +00:00
251b27133f Remove presets
jimmy pushed to v2 at technicalkiwi/led-bar 2025-11-30 04:42:25 +00:00
10b6e5ee89 Update patterns.py
33aee7a3af Update patterns_base.py
501fd37def Update dev.py
Compare 3 commits »
jimmy pushed to basic at technicalkiwi/lighting-controller 2025-11-30 04:23:43 +00:00
c8ae113355 Remove associated names label and always show n parameter inputs
jimmy pushed to basic at technicalkiwi/lighting-controller 2025-11-30 04:07:32 +00:00
2db2d9e120 Fix bottom menu buttons visibility by adjusting packing order
jimmy pushed to basic at technicalkiwi/lighting-controller 2025-11-30 04:04:21 +00:00
42575b9d2e Fix profile loading to not modify settings.json, preserve patterns