RP2040 based firmware and hardware for DIY Taiko no Tatsujin Drum Controllers
Go to file
Frederik Walk 01536cc45d Scale thresholds for hard hits
To avoid false inputs on neighboring pads for very hard hits,
thresholds can now be scaled dynamically according to the highest
input.

This is controlled by the trigger_threshold_scale_level, ranging
from 0 for no scaling to 255 for max scaling. Mind that the scaling
is non-linear and changes in the higher end of the value range have
a much larger impact.
2023-07-16 18:13:50 +02:00
assets Draw Idle Screen 2023-07-01 10:58:15 +02:00
include Scale thresholds for hard hits 2023-07-16 18:13:50 +02:00
libs Update to pico-sdk 1.5.1 2023-06-24 23:09:17 +02:00
pcb Change some resistor values to improve sensitivity 2023-07-16 16:54:40 +02:00
src Scale thresholds for hard hits 2023-07-16 18:13:50 +02:00
.gitignore Draw Idle Screen 2023-07-01 10:58:15 +02:00
.gitmodules Initial skeleton 2023-04-10 11:51:45 +02:00
CMakeLists.txt Add ssd1306 display driver 2023-05-22 00:08:23 +02:00
LICENSE Initial skeleton 2023-04-10 11:51:45 +02:00