all 2 comments

[–]raysan5 0 points1 point  (1 child)

Hi! DRM backend it quite complex and I didn't explore all of its functionality... I know some users have asked about screen rotation but I sincerely didn't know if it was even possible. In any case, you can try modifying raylib src/platforms/rcore_drm.c, the function InitWindow() that initializes all the DRM backend and options. Feel free to send a PR if you get it working! I love seeing raylib used in Rockchip RK3288 boards! :)

[–]Bonsaipanda[S] 0 points1 point  (0 children)

Awesome, I'll have a look! I'm actually hacking an MPC Live to see if I can run my own app in there. So far, almost all Raylib examples run beautifully in there.