You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pitch data is going out in 5.1.0 and needs investigation whether the default layout can cause long pitch descriptions to overlay no hitter or perfect game text
Pitch data is only enabled in default layout on 128x64 matrices
The text was updated successfully, but these errors were encountered:
The simplest fix to this is to change the descriptions in data/pitches.py .. According to MLB "FT Two-Seam Fastball (synonymous with SI)" and "SI Sinker (synonymous with FT)". FWIW, I have not seen a 2 seam fastball come up yet so maybe it's deprecated?? So we could change all the DEFAULT long names to be < 13 characters:
4 Seam Fastball => Fastball (or maybe 4 sm fastball)
2 Seam => Sinker (or 2 sm fastball)
Intentional Ball => Int Ball
Automatic Ball => Auto Ball
Automatic Strike => Auto Strike
The real question is how do we patch all the fonts to get a 🔥 emoji if the pitch is > 100mph?
Pitch data is going out in 5.1.0 and needs investigation whether the default layout can cause long pitch descriptions to overlay no hitter or perfect game text
Pitch data is only enabled in default layout on 128x64 matrices
The text was updated successfully, but these errors were encountered: