12-27-2024, 01:42 AM
(12-26-2024, 03:54 PM)burns1 Wrote: Hello Tim.
I attach the information as you requested:
Code:cat /boot/firmware/config.txt
#########################################
# This file is managed by moOde
#########################################
# Device filters
[cm4]
otg_mode=1
[pi4]
hdmi_force_hotplug:0=1
hdmi_force_hotplug:1=1
hdmi_enable_4kp60=0
[all]
dtoverlay=vc4-kms-v3d
max_framebuffers=2
#display_auto_detect=1
disable_fw_kms_setup=1
arm_64bit=1
# General settings
arm_boost=0
disable_splash=1
disable_overscan=1
hdmi_drive=2
hdmi_blanking=1
hdmi_force_edid_audio=1
hdmi_force_hotplug=1
hdmi_group=0
dtparam=i2c_arm=on
dtparam=i2s=on
dtparam=audio=on
# Do not alter this section
# Integrated adapters
#dtoverlay=disable-bt
#dtoverlay=disable-wifi
# Audio overlays
dtoverlay=iqaudio-dacplus
#dtoverlay=force_eeprom_read=0
# PCI Express
#dtparam=pciex1
#dtparam=pciex1_gen=3
# Pi Touch1
dtoverlay=vc4-kms-dsi-7inch,invx,invy
# Fan speed
dtparam=fan_temp0=50000,fan_temp0_hyst=5000,fan_temp0_speed=75
Code:cat /boot/firmware/cmdline.txt
console=serial0,115200 console=tty1 root=PARTUUID=6ababc1d-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=ES video=DSI-1:800x480@60,rotate=180
Thank you!
FYI
I have an original Touch (aka Touch 1) built into a case with a Pi3B+ running moOde 9.2.0. Has been working fine as the local display.
This evening I changed the Rotate setting to 180 and rebooted. It took a long time for the screen to start displaying the moOde webUI upside down but it's working fine in this mode too. The contents of the two /boot/firmware files are identical to what you posted.
Like Tim, I don't know why the rotation isn't working as expected at your end.
Regards,
Kent