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
The display buffer has a fixed length. There should be a guard that just does a noop if the pixel coordinates are out of bounds. I think this is better than returning a Result::Err because it allows the user more freedom in what they (try and) show on the display.
The text was updated successfully, but these errors were encountered:
The display buffer has a fixed length. There should be a guard that just does a noop if the pixel coordinates are out of bounds. I think this is better than returning a
Result::Err
because it allows the user more freedom in what they (try and) show on the display.The text was updated successfully, but these errors were encountered: