i got the same problem with Moode 4.2 but mine is the 5" waveshare screen
Thank you for your donation!
Display UI on Waveshare 3.5 inch TFT
|
11-15-2020, 05:38 AM
(06-28-2018, 08:56 AM)marcelvb Wrote: Hello, Is anything new coming up? I have the same issues.
And why not using the latest 6.7.1 Moode?
try first to install your hdmi screen without installing the driver. My config.txt looks like that, I have a Kuman 3.5 hdmi and another small one 1.3" screen disable_splash=1 disable_overscan=1 hdmi_drive=2 hdmi_blanking=1 hdmi_ignore_edid_audio=1 hdmi_force_hotplug=1 hdmi_group=2 dtparam=i2c_arm=on dtparam=i2s=on dtparam=audio=off dtoverlay=hifiberry-dacplus #dtoverlay=disable-wifi #dtoverlay=disable-bt dtparam=i2c_arm_baudrate=400000 #hdmi_group=1 hdmi_mode=4 dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900 display_hdmi_rotate=2 avoid_warnings=1 it will not be touchscreen at first.
11-21-2020, 12:50 AM
(11-19-2020, 05:53 PM)Alaini93 Wrote: And why not using the latest 6.7.1 Moode? Thanks for your reply. I study your config.txt first. I use Moode Audio 6.7.1 and 7 hdmi waveshare touchscreen work well. Local UI is very good design. Now, I got problem in 3.5 SPI touchscreen. This is a process full of fun and tears and the only problem is I am still in the process.
11-21-2020, 04:39 AM
At first I got a 3.5 spi, I couldn't figure it out, so I switched to a 3.5 hdmi to show the UI.
11-21-2020, 05:18 AM
(11-21-2020, 12:50 AM)eric00886 Wrote:(11-19-2020, 05:53 PM)Alaini93 Wrote: And why not using the latest 6.7.1 Moode? Hello Newbie here. I have the Adafruit 3.5TFT installed on a RPi3, with a nicely working Moode (release 7.10) that I've been enjoying for about a week. It's all working fine, minus the display. The screen I've received yesterday, I've been trying to install with the usual procedures, then tried the ones from here: https://cdn-learn.adafruit.com/downloads...rry-pi.pdf, to no avail. I 've used the code Code: cd ~ Code: sudo python3 adafruit-pitft.py --display=35r --rotation=90 --install-type=fbcp Then I'm asked to reboot, which goes on, but when I reconnect Putty (I've created the blank SSH file in the /root) it's a new session and the command that follows Code: sudo python3 adafruit-pitft.py Quote:"python3: can't open file 'adafruit-pitft.py': [Errno 2] No such file or directory" So nothing else happens. The screen has always stayed white never showing anything... at least I know it powers up and it's something related to the OS and not the Moode Audio release. Anything particular I should look for? I understand that my poor knowledge of the commands doesn't allow me to understand the process so I'll be very grateful for any help, surely I've forgot something form the start! thanks! Andreas
Hi Gattonero,
you said you have an "Adafruit 3.5TFT installed" and working. what is your new screen? the same? I found out, a good screen that works out of the box without the need for driver, is an OSOYOO 3.5" DSI Touchscreen. HDMI screens need script for the touchscreen to work, I never bother since I don't use touch screen on this small display. SPI screens are a pain to install. I wonder how you made your first screen worked, because drivers, usually, mess up Moode OS. (I tried all 3 of them)
04-24-2021, 06:15 AM
Thank you for our reply.
I'll rephrase it: Moode 7.10 release working ok on its own. A week after I've added the Adafruit 3.5" screen, the MPD and GUI via web all works fine, but the screen has never done anything more than a blank white. I'll try now with a blank Raspbian install, good thing to have many unused SD cards
Waveshare display* (XPT2046) tested with Moode 7.40:
* my display is in landscape mode / upside down so technically it is rotated by 270 degrees. Please edit your configs accordingly. Install driver / necessary packages: Code: git clone https://github.com/waveshare/LCD-show.git Edit /boot/cmdline.txt: Code: net.ifnames=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait fbcon=map:10 fbcon=font:ProFont6x11 logo.nologo Edit /boot/config.txt Code: disable_splash=1 Edit /etc/X11/xorg.conf.d/99-fbdev.conf: Code: Section "Device" In my case the touch x/y axes had to be swapped and the pointer offset had to be adjusted slightly. Unfortunately, the usual xorg calibration configs didn't work. So (in your home dir) edit ~/.xinitrc Code: # Turn off display power management Now your screen should work after enabling local display in moode: [configure]->[System]->[Local UI display] |
« Next Oldest | Next Newest »
|