You are not logged in.

#1 2021-02-02 02:35:22

fabio
Member
Registered: 2020-04-10
Posts: 9

Last update issue with LCD

Hello.... I was using nanodlp an older version that don't have the 3D AAA so,  I decided to update my nanodlp to last version. After the installation the LCD doesn't work anymore. The lines are offset from the border or sometimes the lines appear completely mess. How can I do to fix it? I want to continue with this release because of 3D AAA....


My LCD is ls055r1sx03
Raspberry Pi 3B+
Nanodlp 4271

I was using this config before the update: (this config doesn´t work with new update)
# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=on
disable_camera_led=1
hdmi_pixel_encoding=2
start_x=1
gpu_mem=128
dtoverlay=pi3-disable-bt

# DISPLAY SETTINGS
display_rotate=0x10000
hdmi_force_hotplug=1
hdmi_timings=1440 0 50 10 35 2560 0 4 2 2 0 0 0 50 0 198000000 0
hdmi_group=2
hdmi_mode=87
hdmi_pixel_freq_limit=500000000
hvs_priority=0x32ff
max_framebuffer_width=1440
max_framebuffer_height=2560
framebuffer_width=1440
framebuffer_height=2560
framebuffer_depth=24
framebuffer_ignore_alpha=1
config_hdmi_boost=4
gpu_mem=192

enable_uart=1


After the update I am using this config: (doesn´t work also)
[all]
disable_overscan=1
hdmi_force_hotplug=1
framebuffer_depth=24
framebuffer_ignore_alpha=1
hdmi_cvt=2560 1440 50 5 0 0 0
hdmi_group=2
hdmi_mode=87
hdmi_drive=1
hvs_priority=0x32ff
max_framebuffer_width=2560
max_framebuffer_height=1440
config_hdmi_boost=4
gpu_mem=512
enable_uart=1
disable_camera_led=1
hdmi_pixel_encoding=2
start_x=1
dtoverlay=disable-bt
disable_splash=1
boot_delay=0

Last edited by fabio (2021-02-02 15:46:48)

Offline

#2 2021-02-02 18:50:22

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Last update issue with LCD

Please, share photo from abnormal display. Also a debug file.

Offline

#3 2021-02-02 19:49:53

fabio
Member
Registered: 2020-04-10
Posts: 9

Re: Last update issue with LCD

Shahin wrote:

Please, share photo from abnormal display. Also a debug file.


How can I share photo?

I did these comands at SSH....

pi@raspberrypi:~ $ tvservice -d edid.dat
Written 256 bytes to edid.dat
pi@raspberrypi:~ $ edidparser edid.dat |grep 1440 |sort -u
HDMI:EDID failed to find a matching detail format for 1440x2560p hfp:70 hs:35 hbp:45 vfp:12 vs:2 vbp:2 pixel clock:204 MHz
HDMI:EDID failed to find a matching detail format for 1440x2560p hfp:70 hs:35 hbp:45 vfp:12 vs:2 vbp:2 pixel clock:245 MHz
HDMI:EDID found unknown detail timing format: 1440x2560p hfp:70 hs:35 hbp:45 vfp:12 vs:2 vbp:2 pixel clock:204 MHz
HDMI:EDID found unknown detail timing format: 1440x2560p hfp:70 hs:35 hbp:45 vfp:12 vs:2 vbp:2 pixel clock:245 MHz
HDMI:EDID guessing the format to be 1440x2560p @50 Hz
HDMI:EDID guessing the format to be 1440x2560p @60 Hz
pi@raspberrypi:~ $ tvservice -s
state 0x6 [DVI CEA (1) RGB lim 4:3], 640x480 @ 60.00Hz, progressive
pi@raspberrypi:~ $ edidparser edid.dat |grep 640 |sort -u
HDMI0:EDID preferred mode is updated to CEA (1) 640x480p @ 60 Hz with pixel clock 25200000 Hz
HDMI:EDID adding mandatory support for CEA (1) 640x480p @ 60Hz
HDMI:EDID adding mandatory support for DMT (4) 640x480p @ 60Hz
HDMI:EDID best score mode initialised to CEA (1) 640x480p @ 60 Hz with pixel clock 12 MHz (score 25)
HDMI:EDID best score mode is now CEA (1) 640x480p @ 60 Hz with pixel clock 25 MHz (score 61864)
HDMI:EDID DMT mode (4) 640x480p @ 60 Hz with pixel clock 25 MHz has a score of 18432

Offline

#4 2021-02-02 19:58:37

fabio
Member
Registered: 2020-04-10
Posts: 9

Re: Last update issue with LCD

How can I upload debug file?

Offline

#5 2021-02-02 20:45:07

fabio
Member
Registered: 2020-04-10
Posts: 9

Re: Last update issue with LCD

Shahin wrote:

Please, share photo from abnormal display. Also a debug file.

Shanin

I downgrade my version to 2299 and LCD works. I think it´s have something wrong with the newer buids.

I´m using this config.txt:

# CAMERA SETTINGS ( 1 = ON, 0 = OFF)
#start_x=1
disable_camera_led=1
# DISPLAY SETTINGS
display_rotate=0x10000
hdmi_force_hotplug=1
hdmi_timings=1440 0 50 10 35 2560 0 4 2 2 0 0 0 50 0 198000000 0
hdmi_group=2
hdmi_mode=87
hdmi_pixel_freq_limit=500000000
hvs_priority=0x32ff
max_framebuffer_width=1440
max_framebuffer_height=2560
framebuffer_width=1440
framebuffer_height=2560
framebuffer_depth=24
framebuffer_ignore_alpha=1
config_hdmi_boost=4
gpu_mem=192
#dtoverlay=pi3-miniuart-bt-overlay
dtoverlay=pi3-miniuart-bt
force_turbo=1
enable_uart=1
hdmi_pixel_encoding=2
gpu_mem=128
disable_overscan= 1
dtparam=i2c1=on
dtparam=i2c_arm=on

Offline

#6 2021-02-02 21:38:15

fabio
Member
Registered: 2020-04-10
Posts: 9

Re: Last update issue with LCD

Shahin wrote:

Please, share photo from abnormal display. Also a debug file.

It works!!!!!

Latest build and this config

# CAMERA SETTINGS ( 1 = ON, 0 = OFF)
#start_x=1
disable_camera_led=1
# DISPLAY SETTINGS
display_rotate=0x10000
hdmi_force_hotplug=1
hdmi_timings=1440 0 50 10 35 2560 0 4 2 2 0 0 0 50 0 198000000 0
hdmi_group=2
hdmi_mode=87
hdmi_pixel_freq_limit=500000000
hvs_priority=0x32ff
max_framebuffer_width=1440
max_framebuffer_height=2560
framebuffer_width=1440
framebuffer_height=2560
framebuffer_depth=24
framebuffer_ignore_alpha=1
config_hdmi_boost=4
gpu_mem=192
#dtoverlay=pi3-miniuart-bt-overlay
dtoverlay=pi3-miniuart-bt
force_turbo=1
enable_uart=1
hdmi_pixel_encoding=2
gpu_mem=128
disable_overscan= 1
dtparam=i2c1=on
dtparam=i2c_arm=on

Offline

Board footer

Powered by FluxBB