Jump to content

240x320 resolution for Armbian


vir0id

Recommended Posts

Hello. I have orangepi zero 512mb + TFT Screen ili9341 fully working. Unfortunately, the screen size of 240x320 does not allow using Armbian 21.08.2 at this resolution. Is there a way to fix this at least a little bit? What Armbian code should I dig into?

Link to comment
Share on other sites

Try change the disp_mode option in the file /boot/armbianEnv.txt to the resolution of the screen

 

If it doesn't work:

 - ls /sys/class/drm/   

 - cat /sys/class/drm/*/modes

 

The first one is to discovery the exact name of your display connection. In my case (orange pi pc connected via hdmi) it appears card0-HDMI-A-1, so the name of display connection is HDMI-A-1.

The second one is to check the available resolutions from your display device.

 

In addition to change disp_mode, add a line with extraargs to the file /boot/armbianEnv.txt.

Here is my example, adapt it to your case:
extraargs=video=HDMI-A-1:1920x1080@60
 

Note: the refresh rate does not appears in the command "cat /sys/class/drm/*/modes"

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines