I wouldn't be able to do a full concept before my current projects near finished... (and today my old printer also decided to give up the ghost and maybe some magic smoke which is not fun as I need to print a prototype case for the project, and later print the parts for the new printer the hardware i ordered here is for 😛 )
But In my mind, I wouldn't be removing any functionality. I dont know how the menu system is laid out, outside of the photos of the front screen.
But i would be wanting to add some kind of uniform colour pallet, maybe rearrange some of the button locations, while providing the same if not more information while giving slightly more pleasant to user interface.
It would be more of a spruce up. But If there was anything else in mind you and the other devs wanted to have added, I would also be happy to do what I can to add it.
I would imagine creating a modular menu system would be useful as well. Built on some kind of common UI stack that is called and then populated depending on what menu is displayed and options needed.
Before I would do anything I would need to learn the tools youre currently using... Unless adding a graphics chip is viable for a next gen unit... It might also be possible to have some kind of interface, something that sits between your modular board and the display. But I dont know how your system is setup.
If you wanted to use a graphics chip, the additional hardware would be the chip ft811 (roughly 8 quid a chip and connects direct to the lcd ribbon), flash memory or sdcard for asset storage. (or you could set up something in the firmware that uploads new assets to the flash chip a bit like firmware updates) but apart from maybe a couple of capacitors ,resistors and a crystal nothing else should be needed.
All the bitmap assets will be stored on this flash and loaded at runtime. This would leave the driving MCUs flash to wholey contain program stuff.
Im also not suggesting to do a XP like spam of over skinned UI elements... Something more akin to Windows 10, simple flat colour pallet... Its popular these days. It denotes form function and professionalism.
Like i Just mentioned the flash/sd is used for bitmap assets. But it can also be used to store sounds and video. You could add a small video logo to the startup if you like. But dont worry I wouldnt plan on filling it with loads of overly colourful icons and pictures and stupid looking gif art... Most if not all the bitmaps would be invisible as bitmaps, maybe forming frame elements or Icons for certain buttons... But nothing overly offensive to the eye 🙂
Oh and this graphics chip communicates with the main mcu via spi and is controlled with openGL (like) commands with a command limit of 2048 commands per frame. I think the graphics memory is also something like 2049kb. (or was it 4? Cant remeber)
Weve managed to get some amazing results with this little chip... Heck even have a snes mode7 like effect running in one menu 🙂 (not my doing thats coding skills from some one far more intelligent than me)
Anyway Let me know what you think
All the best
Simon