Hi all.
are there any solution to rotate a shown image on Arduino_OLED?
Thank.
Adam
rotating is done by calculating the new XY-coordinates with sinus (rotating angle) and cosinus (rotating angle)
See this thread and the links inside
If you expect a solution as easy as
myPicture.rotate(rotationAngle) you will have to google if such a library exists.
If this is just some kind of gimmick for showing something animated or some process in the code is active and working choose something much easier to code like the character-sequence / -- \ | / -- or a dot-pattern that gets repeated
.
..
...
....
best regards Stefan
Thank you StefanL38.
I'll test it and see.
I did rotate image continuous with sequence angle like: 30, 60, 90.... and shown them, too much work.
are there any tool can batch rotate image? even batch convert to c code?
best regards
You are working too less on your own.
Thread and user muted
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.