Brief description:Creating display UI and planning the system architecture.
I am currently designing elements of UI that will be used to modify parameters such as modes, colors, speed and brightness.
Desining the color wheel was the hardest thing so far because I faced some problems with the framebuf library. (different way of storing information than my display library used) I used chatGPT to help me with this fix.
I have also written down all the modes that I want to create and also defined what parameters I want to change on them using the UI. I have also thought of a way how to store those parameters and how to run the modes. I am planning to create functions for each mode and then run them as threads.
I have also been solving some problems with HackaTime. (I have worked for at least 5 hrs not 15 mins) Because it does not support Thonny, so I decided to write the code in VS code and then run it on my ESP32 using Thonny.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.