rotating LCD image
Hi there is there an easy way of rotating the jit.lcd output of 180 degrees?
I'm not an image processing guy, ut i guess you can output to a matrix and then flip the matrix somehow.. right?
A
ok found it! just used jit.dimmap with invert 0 1, sometimes it's easier than what you think... :)
A