Crank indicator wont show with pd.display.setScale()

, ,

The Crank indicator called from playdate.ui.crankIndicator:update() does not show on screen when using playdate.display.setScale(2). It seems it is being drawn offscreen, setting the display scale back to 1 resolves this issue.

2 Likes

Good catch, looks like we didn't take screen scale into account when designing this. Thanks for the feedback!