owulveryck / goMarkableStream

A utility to stream (and record) from a Remarkable2 without hack or third party dependencies
MIT License
593 stars 24 forks source link

feat: add parameter `flip` to the client endpoint #112

Closed zihaooo closed 6 months ago

zihaooo commented 6 months ago

There are four orientations in total for the reMarkable 2 screen: two for portrait and two for landscape. When the orientation of the reMarkable 2 screen changes, I also want goMarkableStream to rotate. Since there is already an endpoint parameter portrait to control the portrait or landscape, I add another parameter flip to control if it needs to rotate 180 degrees at each case.

owulveryck commented 6 months ago

Looks good to me and this fixes https://github.com/owulveryck/goMarkableStream/issues/105

Thank you very much for your contribution