madman37287 / KevBoy

A Python/KiCAD project showcasing the development of a handheld retro gaming console from the ground up. This includes all the schematic and prototyping work.
0 stars 0 forks source link

Volume control integration #18

Open madman37287 opened 4 months ago

madman37287 commented 4 months ago

Two pushbuttons to be added for volume control (+ and -). This will require a digital potentiometer or some method of reducing PWM output through the pi (this should be possible as there are options in config for volume).

madman37287 commented 3 months ago

Although pushbuttons will still be used, due to the switch from PWM analog audio to I2S digital audio, no potentiometer will be required. Volume control will be able to be controlled through a script.