Victrid / splatplost

A software-based SplatPost plotter.
GNU General Public License v3.0
191 stars 18 forks source link

Failed to press A button. #62

Open RayPS opened 1 year ago

RayPS commented 1 year ago

First for all, I'm so impressed by this brilliant project after researching on lots of hardware based solutions. However, there might be an issue where the A button doesn't getting pressed at the beginning. Instead the +/- button was somehow pressed and the controller help menu from Switch shows up. The plot is also likely offsetted. (See my recording below)

I'm using the Pre-configured Image.

https://user-images.githubusercontent.com/1941540/211152610-8c5b2140-3121-46c4-bb6f-97c85511575a.mp4

RayPS commented 1 year ago

After diving into the code, I believe it should be L_STICK_PRESS button instead of MINUS button to reset the canvas. https://github.com/Victrid/splatplost/blob/0781b32c24720dad8bfbed050742423813d0d917/splatplost/plot.py#L33-L46