Components
Week 2
- I'm planning to make a GUI framework for small displays on machines.
- Somewhat similar to what you have on many 3D printers. I think many machines could benefit from having one.
- It'll have configurable menus, sub-menus, buttons, info panels, etc.
- Instead of being super bloated like some of the existing Arduino libraries, it will be super lightweight and be added to your main code as a minor component.
- A software that runs on your computer that allows you to sketch out the GUI (think Xcode or Qt), and it compiles to Arduino code for you.
- You can drag around physical and virtual buttons in the GUI and link scripts and events to them
- "Automatic GUI generator for small displays on machines".