- Added Solder Guides to the Housing
- Did some minor adjustments for better fitting - Added Select Value screen and initializes the infrastructure
This commit is contained in:
@@ -251,6 +251,9 @@ void Handle_Item_Selection(void)
|
||||
Screen_Setup_Select_RGB(TRANSITION_LEFT, TRANSITION_UP, SCREEN_TRANSITION_DEFAULT_EASING, SCREEN_TRANSITION_DEFAULT_FRAMES, (char*)Selected_Item->Variable_Title, strlen(Selected_Item->Variable_Title), (LED_Data_t*)Selected_Item->Variable, _Menu, Selected_Item->Containing_List, _Selected_Item);
|
||||
break;
|
||||
|
||||
case VALUE:
|
||||
break;
|
||||
|
||||
case NONE:
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user