This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Ti AM335x EVM Board Screen rotation

Hi,

We are using AM335x as evaluation board. In that we tried to rotate screen from Horizontal to Vertical. for that we used below command to achieve it.

    matrix_browser -qws -display transformed:Rot90 http://localhost:80

We got Vertical screen, in that we couldn't see all the icons in single page, it is going one more additional page. But we need all the icons in single page no need second page. Please let us know how to achieve it.

Regards,

Suresh.S

  • Suresh,

    Matrix is designed to allow more than 1 screen full of applications. So getting a second page or even a third is normal operation. But I do see that it is not well spaced when it is rotated.  CSS can be used to control the overall layout and look and feel.  There is a matrix users guide here:

     http://processors.wiki.ti.com/index.php/Matrix_Users_Guide

    Since matrix is mainly PHP, you can find all the source in your filesystem at /usr/share/matrix-gui-2.0

    I think the submenu.php would be the first place to look to control the look and feel of the icons.