I was curious if there is a way to set up the "normal" orientation of a screen during the board init. I did find some examples but I haven't found anything that explicitly states its compatible in kernel code. This is because our company got a portrait style screen from ortus and we only plan on displaying everything in landscape.
It might just be easier to rotate the splash screen image, and find a way to rotate the screen in userspace before our application starts. But if there is an easier way to set a default that would be better.