waveshare / IT8951

57 stars 36 forks source link

How can rotate #13

Open QA71 opened 3 years ago

QA71 commented 3 years ago

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?