Image rotation from booting (console-image)

Hi,

I would like to rotate my display to 180 degrees from the start of the boot because of my application. i am using a custom console-image. Is there any possibilities to rotate the screen from the boot itself ?

Thank you,

valleru

Hi

Is the kernel config FRAMEBUFFER_CONSOLE_ROTATION the thing you are looking for?

Symbol: FRAMEBUFFER_CONSOLE_ROTATION [=n]
  Type  : boolean
  Prompt: Framebuffer Console Rotation
  Location:
    -> Device Drivers
      -> Graphics support
         -> Console display driver support
           -> Framebuffer Console support (FRAMEBUFFER_CONSOLE [=y])

Max

Hi max,

Thank you for the reply. What I am actually searching for is to rotate the display (upside down) from the booting itself, because the display monitor we are using in our product was attached upside down.

Some lcd panels have pins that can configure them for 180 rotation, this is preferable to the software option.