Moode Forum
[PROBLEM] Waveshare 7.9" DSI - 400x1280@60Hz - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [PROBLEM] Waveshare 7.9" DSI - 400x1280@60Hz (/showthread.php?tid=5400)

Pages: 1 2 3


Waveshare 7.9" DSI - 400x1280@60Hz - AndromedaStrain - 02-25-2023

Hi Tim
I've try to use and setup the config for wide display made from Wiveshare 7.9" DSI  -  400x1280@60Hz
at the start the display scroll correctly in orizontal mode the boot phase, but after startx the MoOde user interface remain in vertical mode moreover in display setup is not possibility to modify the orientation mode only the value of 0 or 180 are usable

at link
https://www.waveshare.com/wiki/7.9inch_DSI_LCD#Feature
is the wiki for configure the display that I've used
tnks 4  U'r suport


RE: Wiveshare 7.9" DSI - 400x1280@60Hz - Tim Curtis - 02-25-2023

The rotate 0 or 180 option was meant for screens that are mounted upside down. Landscape oriented screens should not need any display rotation.

Here's a screen shot of 1280 x 400 in the sim. The screen should report a viewport size of 1279 x 399.

[attachment=3185]

Run the command below to show the viewport size and then refresh the Browser.
Code:
# Show viewport size
moodeutl -q "update cfg_system set value='viewport' where param='pkgid_suffix'"

# Hide viewport size
moodeutl -q "update cfg_system set value='' where param='pkgid_suffix'"



RE: Wiveshare 7.9" DSI - 400x1280@60Hz - AndromedaStrain - 02-26-2023

(02-25-2023, 05:21 PM)Tim Curtis Wrote: The rotate 0 or 180 option was meant for screens that are mounted upside down. Landscape oriented screens should not need any display rotation.

Here's a screen shot of 1280 x 400 in the sim. The screen should report a viewport size of 1279 x 399.



Run the command below to show the viewport size and then refresh the Browser.
Code:
# Show viewport size
moodeutl -q "update cfg_system set value='viewport' where param='pkgid_suffix'"

# Hide viewport size
moodeutl -q "update cfg_system set value='' where param='pkgid_suffix'"
Hi Tim
after typing these command on shell ssh, no result are showed


RE: Wiveshare 7.9" DSI - 400x1280@60Hz - Tim Curtis - 02-26-2023

Just enter the first command and then Menu, Refresh.

You should see a popup message showing the viewport size.


RE: Wiveshare 7.9" DSI - 400x1280@60Hz - AndromedaStrain - 02-26-2023

(02-26-2023, 02:19 AM)Tim Curtis Wrote: Just enter the first command and then Menu, Refresh.

You should see a popup message showing the viewport size.

Sorry Tim
But where needs to type these command
Via SSH?


RE: Wiveshare 7.9" DSI - 400x1280@60Hz - Tim Curtis - 02-26-2023

SSH for the command below
moodeutl -q "update cfg_system set value='viewport' where param='pkgid_suffix'"

Then from the WebUI Menu, Refresh


RE: Wiveshare 7.9" DSI - 400x1280@60Hz - AndromedaStrain - 02-26-2023

(02-26-2023, 03:15 PM)Tim Curtis Wrote: SSH for the command below
moodeutl -q "update cfg_system set value='viewport' where param='pkgid_suffix'"

Then from the WebUI Menu, Refresh

tnks Tim but
the popup return   399x1279  instead 1279x399


RE: Waveshare 7.9" DSI - 400x1280@60Hz - Tim Curtis - 02-26-2023

Thats a portrait orientation viewport.

Does the screen have some setting that configures it for landscape orientation?


RE: Waveshare 7.9" DSI - 400x1280@60Hz - Patolog1964 - 02-26-2023

There is a button on the back of the display.


RE: Waveshare 7.9" DSI - 400x1280@60Hz - AndromedaStrain - 02-26-2023

(02-26-2023, 05:39 PM)Tim Curtis Wrote: Thats a portrait orientation viewport.

Does the screen have some setting that configures it for landscape orientation?
infact the orientation remain vertical for MoOde interface

...
after installation of lcd drive,specific for related kernel, in related path as indicated in wiki guide (https://www.waveshare.com/wiki/7.9inch_DSI_LCD#Feature )
what I've write
on config.txt   a specific line

dtoverlay=WS_xinchDSI_Screen,SCREEN_type=5,I2C_bus=10
dtoverlay=WS_xinchDSI_Touch,invertedx,invertedy,I2C_bus=10

on cmdline.txt  add the bold text
video=DSI-1:400x1280e,rotate=270 console=serial0,115200 console=tty1 root=PARTUUID=79680e2c-02 rootfstype=ext4 fsck.repair=yes rootwait


other question..
there's possibility to configure a start delayed, in to display, of MoOde GUI making a splash screen customizied with MoOde iconic logo???
tanks for your support