-
Couldn't load subscription status.
- Fork 0
kurt/helios-to-aeos-stripdown #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…mode to 3, reduce number of modes to 3
|
definitely a lot less than I was expecting you to change, is that it? |
No not yet, I need to strip down the color selection menu to just be a classic 20 color selection menu, with no edit or delete or HSV |
- Add new color constants: RGB_AMBER and RGB_CHARTREUSE - Modify default color sets and pattern configurations - Update Makefile for macOS programmer settings
…I need to make it exit early while clearing the previous color
- Add `current_color_set` to track selected colors during color selection - Modify color selection logic to use `current_color_set` for storing and saving colors - Ensure all selected colors are saved when exiting color selection mode
- Move dimmed selection indicator to end of method - Simplify color selection state transition logic - Ensure consistent visual feedback during color selection
- Implement `setAll` method in Colorset to replace manual color setting loops - Modify color selection state to use new `setAll` method - Simplify color setting logic in Helios state handling - Improve color configuration efficiency and readability
- Modify `set` method to automatically add colors when setting an index beyond current palette size - Simplify color setting logic by removing redundant index tracking - Improve color palette management with more flexible color addition
- Remove unused pattern IDs from the enumeration - Consolidate strobe-related patterns - Reduce complexity of pattern identification
No description provided.