WSU-4110 / Live-Sports-Display

Repo for group 3
2 stars 0 forks source link

[BUG] LED 64x128 Formatting Player Stats #64

Closed TKosinski24 closed 5 months ago

TKosinski24 commented 5 months ago

Is there an existing issue for this?

Current Behavior

When printing player stats, it prints as "one" string and doesn't look seamless. So there are usually large gaps in the display when this happens.

Expected Behavior

When printing player stats, stats should be seamless with no more than 26px in between each text.

Steps To Reproduce

1.upload players in players.txt.

  1. run program
  2. wait for printing on display to happen.

Environment

- OS: Raspbian OS 
- Programming Lang: Python

Anything else?

image

TKosinski24 commented 5 months ago

Fixed issue. instead of an "awkward pause", there is an instant print of the player stats as soon as it's no longer in the user's view.