(09-08-2019, 12:15 AM)Correia Wrote: (09-05-2019, 01:29 PM)jurkodj Wrote: dtparam=spi=on
dtoverlay=joy-IT-Display_Driver-35a-overlay:rotate=270,swapxy=1
max_usb_current=1
hdmi_force_hotplug=1
config_hdmi_boost=7
hdmi_drive=1
hdmi_ignore_edid=0xa5000080
disable_splash=1
disable_overscan=1
dtparam=i2c_arm=on
dtparam=i2s=on
dtparam=audio=off
#dtoverlay=pi3-disable-wifi
#dtoverlay=pi3-disable-bt
framebuffer_width=480
framebuffer_height=320
framebuffer_aspect=-1
Hi,
I was trying to follow your experience, but unfortunately i wasn´t that lucky ...
Using your driver i have image but i´m not able to get to the gui to activate the web interface, because there´s something in your options above that blows mpd service and gui becomes unresponsive ...
Can you please very or post your complete file (config.txt).
My screen has the same driver and i had a tutorial to install it that is different from yours.
This is mine; https://www.joy-it.net/en/products/RB-TFT3.5
Instaling my driver i dont get image ...
Because X is not started, in moode its not necessary, can someone please advise in this ? Do i have to install some xserver? (lxde ? Not really experienced in linux sorry)
Tried this with 6.1 and 6.2 Using a raspberry pi 3 with iqaudio dac.
Thank for your help.
Hi,
here is my complete config. I had the same problem as you mentioned (no GUI, but after some tryouts and fails it is actually working
) Installation was done according to my last post.
/boot/config.txt
dtparam=spi=on
dtoverlay=joy-IT-Display_Driver-35a-overlay:rotate=270,swapxy=1
dtparam=audio=off
max_usb_current=1
hdmi_force_hotplug=1
config_hdmi_boost=7
hdmi_drive=1
hdmi_ignore_edid=0xa5000080
disable_splash=1
disable_overscan=1
#hdmi_drive=2
dtparam=i2c_arm=on
dtparam=i2s=on
#dtparam=audio=off
dtoverlay=iqaudio-dacplus
#dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt
framebuffer_width=480
framebuffer_height=320
framebuffer_aspect=-1
/boot/cmdline.txt
net.ifnames=0 dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=17869b7d-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait fbcon=map:10
/usr/share/X11/xorg.conf.d/99-calibration.conf
Section "InputClass"
Identifier "calibration"
MatchProduct "ADS7846 Touchscreen"
Option "Calibration" "160 3723 3896 181"
Option "SwapAxes" "0"
EndSection
/usr/share/X11/xorg.conf.d/99-fbturbo.conf
Section "Device"
Identifier "Allwinner A10/A13 FBDEV"
Driver "fbdev"
Option "fbdev" "/dev/fb1"
Option "SwapbuffersWait" "true"
EndSection