Skip to content

Releases: speedypotato/Pico-Game-Controller

v20230810 Pocket SDVX Pico v5

10 Aug 22:50
Compare
Choose a tag to compare

Added turbocharger mode thanks to 4yn. Enable this mode by holding down BT-B when plugging in your controller.

v20220906_2 Pocket SDVX Pico v5

06 Sep 18:58
Compare
Choose a tag to compare

Built off v20220705 base. Includes:

Switch debounce algorithm changed to eager from deferred.
Lots and lots of refactoring, not too happy with it but it'll do for now.
Fixed rgb color cycle skipping colors after some time
10 minute rgb timeout

Pico_Game_Controller-flickerfix.uf2:
Looks like some devices have their 5v a little too high, pushing just over the threshold of 60% signal to power voltage. This forces switch labels and leds to max but brings the rest of the rgb down to 20% brightness(default is 50%) for similar max power consumption while pulling down voltage.

v20220705 Pocket SDVX Pico v4

06 Jul 00:28
Compare
Choose a tag to compare

Changelog

RGB and Switch Debounce Refactor
Turbocharger RGB mode can be activated by holding BT-B while plugging in the controller
Switch debounce algorithm changed to immediately output for a minimum of 4ms instead of waiting for a 4ms hold before outputting.

v20220412 Pocket SDVX Pico v5

24 Aug 19:27
Compare
Choose a tag to compare

First official firmware for Pocket SDVX Pico v5

Based on 2022/01/06 Pico-Game-Controller

v20220106 Pocket SDVX Pico v4

06 Jan 16:44
Compare
Choose a tag to compare

Changelog

Added option to disable RGB by holding Start upon boot
Mouse sensitivity multiplied by 5

v20211108 Pocket SDVX Pico v4

09 Nov 02:09
Compare
Choose a tag to compare

Changelog

Switch debouncing added (4ms)
HID lighting timeout now based on time instead of loop cycles (1s)
Fixed HID SET buffer to work with Pico SDK 1.3.0

v20211002 Pocket SDVX Pico v4

07 Nov 17:31
Compare
Choose a tag to compare

What I consider to be the first stable production release.