timower / rM2-stuff

Collection of reMarkable related apps, utilities and libraries.
GNU General Public License v3.0
125 stars 10 forks source link

yaft screen rotation? #8

Closed addcninblue closed 1 year ago

addcninblue commented 2 years ago

Hello!

Thanks so much for the port of yaft to RM. I was wondering how much work it would be to also support screen rotation? I see that this is a feature in this branch 1, but I'm unsure if that's ported to the RM.

No worries, if it's a lot of work; I'm just curious. Pointers to how I can implement this myself would be appreciated!

Thanks!

not-a-doctor-stromberg commented 2 years ago

Also interested with this! I'm trying to do it myself, but I'm new to c++, can't even get YAFT to build yet. Happy to help however I can though.

timower commented 2 years ago

Yeah, this is on my TODO list (that I've been neglecting for a few months). Problem with rotation is that you can't memcpy whole lines anymore as drawing screen rows now doesn't match the row-first framebuffer. So you'd have to copy/draw character by character probably.

cesss commented 1 year ago

I'd also love to have landscape mode...

wehlutyk commented 1 year ago

I'd be happy to try and help here, is any first step that can be done?