This week I purchased a new battery for the system. The battery that was tested prior was too large for the designated cut out. This new battery is smaller and is rated for 10,000 mAh. This is the same capacity as the battery tested previously. I purchased a male to female USB-C extender for the power supply power. This will allow us to put the power bank in the most comfortable, efficient place and not have to worry about placing the battery on the edge to be accessible for charging.
I created two new GUIs for the system. I built off the GUI prior and made the buttons a little more comfortable for the user.
The next GUI I created will allow the user to change the level of effects while playing rather than having to go to a separate menu. I feel that this is a better solution, but the placement needs to be reworked. Creating it this way, there wouldn’t be a need to make the buttons execute scripts but the effects would be directly coded into the system. It would take the cpp and header files of each effect and allow the user to conveniently select each effect. This is a convenient way to use dynamic linking rather than static linking.
Comments