Multi-level menu
Hi all,
I would like some ideas/help with designing an interface for a large multi-level menu. I need the user to be able to get to specific information about a vehicle make, model and year. My first thought was to use a scroll list or wheel for the user to select the make. That would take the user to another screen with a scroll list/wheel with the list of models for that make. The user would select the model and that would take them to a screen with a scroll list/wheel for the different years for that model. when they selected the year, the information needed would be displayed.
I had some success in doing this, but I am realizing that this method would require hundreds of screens. Is there a more elegant method of doing this? Like would having multiple layers of hidden lists and making the list visible for the models that the user selected in the make screen?
To add another layer of complexity to this, the database will need to be updated every year or two. It would be good to be able to update only the vehicle data and not have to update the firmware for the whole device.
I am currently working with a STM32F429i discovery board, so the screen size is limited. The device I am designing for will have a larger screen (3.5") than the discovery board, but the same resolution as the discovery board.
I am a little above a beginner level, but I have some time to learn what I need to. Any ideas would be greatly apricated.
Regards
