IT8951 icon indicating copy to clipboard operation
IT8951 copied to clipboard

How can rotate

Open QA71 opened this issue 5 years ago • 0 comments

in constants.py there is this

TODO: make sure CW/CCW are correct

class Rotate: NONE = 0 CW = 1 CCW = 3 FLIP = 2 # 180 degree rotation How do we use it?

QA71 avatar Sep 09 '20 23:09 QA71