Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Waveshare 7.9" DSI - 400x1280@60Hz
#1
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
Reply
#2
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'"
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
(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
Reply
#4
Just enter the first command and then Menu, Refresh.

You should see a popup message showing the viewport size.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#5
(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?
Reply
#6
SSH for the command below
moodeutl -q "update cfg_system set value='viewport' where param='pkgid_suffix'"

Then from the WebUI Menu, Refresh
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#7
(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
Reply
#8
Thats a portrait orientation viewport.

Does the screen have some setting that configures it for landscape orientation?
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#9
There is a button on the back of the display.
Reply
#10
(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
Reply


Forum Jump: