Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Corry committed Mar 15, 2024
1 parent a72d975 commit 1a2817a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pixel-display-impl_.toit
Original file line number Diff line number Diff line change
Expand Up @@ -675,9 +675,8 @@ See https://docs.toit.io/language/sdk/display
*/
class TrueColorPixelDisplay_ extends PixelDisplay:
constructor driver/AbstractDriver --inverted/bool=false --portrait/bool=false --transform/Transform?=null:
super driver --inverted=inverted --portrait=portrait --transform=transform
super driver --inverted=inverted --portrait=portrait --transform=transform --max-patch-size=6000
background_ = true-color.WHITE
max-patch-size = 6000

max-canvas-height_ width:
height := 0
Expand Down

0 comments on commit 1a2817a

Please sign in to comment.