You are not logged in.

#1 2021-01-18 22:31:57

MMH
Member
Registered: 2021-01-18
Posts: 8

Screen problem

I can't get my screen to work its LS055R1SX03 2k it keeps restarting and when it's light green it restart , I changed HDMI cable and power cable but no work the LS055R1SX03 works fine on my computer

Display


My config

# 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

Last edited by MMH (2021-01-19 01:22:44)

Offline

#2 2021-01-19 01:20:22

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: Screen problem

Hi To me it sounds like you have a bad HDMI driver board. My only advice would be to double check the ribbon cable connections and also make sure the boards are not touching the frame and potentially shorting something out.
Pay special attention to the ribbon cable locks on the socket connectors! 

As far as setting go i can only share what works for me on my YHD101 ( KLD1260)


# CAMERA SETTINGS ( 1 = ON, 0 = OFF)
#start_x=1
disable_camera_led=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

//hdmi_timings=<h_active_pixels> <h_sync_polarity <h_front_porch> <h_sync_pulse> <h_back_porch> <v_active_lines> <v_sync_polarity> <v_front_porch> <v_sync_pulse> <v_back_porch> <v_sync_offset_a> <v_sync_offset_b> <pixel_rep> <frame_rate> <interlaced> <pixel_freq> <aspect_ratio>

# DISPLAY SETTINGS
gpu_mem=128
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=2
dtparam=i2c_arm=on
display_rotate=0

Good luck

Last edited by bigfilsing (2021-01-19 01:20:45)

Offline

#3 2021-01-19 11:34:28

MMH
Member
Registered: 2021-01-18
Posts: 8

Re: Screen problem

bigfilsing wrote:

Hi To me it sounds like you have a bad HDMI driver board. My only advice would be to double check the ribbon cable connections and also make sure the boards are not touching the frame and potentially shorting something out.
Pay special attention to the ribbon cable locks on the socket connectors! 

As far as setting go i can only share what works for me on my YHD101 ( KLD1260)


# CAMERA SETTINGS ( 1 = ON, 0 = OFF)
#start_x=1
disable_camera_led=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

//hdmi_timings=<h_active_pixels> <h_sync_polarity <h_front_porch> <h_sync_pulse> <h_back_porch> <v_active_lines> <v_sync_polarity> <v_front_porch> <v_sync_pulse> <v_back_porch> <v_sync_offset_a> <v_sync_offset_b> <pixel_rep> <frame_rate> <interlaced> <pixel_freq> <aspect_ratio>

# DISPLAY SETTINGS
gpu_mem=128
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=2
dtparam=i2c_arm=on
display_rotate=0

Good luck


Thanks for your reply but no luck doesn't work the blue led keeps blinking
i tested the board with my laptop and it works

Offline

#4 2021-01-19 12:26:05

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: Screen problem

So if your screen is working and your ribbon cable convertor is working and your HDMI driver is working it must be either you Raspi and/ or its settings

If you load a standard Raspi distro do you see anything on the screen ???   Remember that if your screen is prepped for resin printing it wont have a back light !!!!

Last edited by bigfilsing (2021-01-19 12:30:05)

Offline

#5 2021-01-19 12:31:26

MMH
Member
Registered: 2021-01-18
Posts: 8

Re: Screen problem

How can i load Raspi distro ?
I tried it with my laptop with a flash light so i can see the image

Offline

#6 2021-01-19 13:47:42

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: Screen problem

One of the first things you should do with a new Raspi is load a basic distro and test its working

https://www.raspberrypi.org/software/

Just read about the basic Raspi set up and how to configure HDMI etc

Offline

#7 2021-01-19 16:40:40

MMH
Member
Registered: 2021-01-18
Posts: 8

Re: Screen problem

I installed it and edited my config and it work on raspbian so i installed nanodlp again and My LS055R1SX03 works only in boot time.
the green led will work in boot time only then when nanodlp loaded the blue led in lcd board keeps flashing.
My log --- Display with resolution 1440 x 2560 on port 0 detected

Offline

#8 2021-01-20 02:20:01

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: Screen problem

That's strange  The flashing blue LED would suggest the HDMI is not syncing with the RASPI  . Im not sure about this either as its not really my area of expertise . Sorry i can't be more help.

Offline

#9 2021-01-21 14:42:09

MMH
Member
Registered: 2021-01-18
Posts: 8

Re: Screen problem

Thanks for your help
It's strange i'm trying to fix it

Offline

#10 2021-01-22 01:11:01

RubberFistFight
Member
Registered: 2021-01-21
Posts: 19

Re: Screen problem

I'm having the same problem. The screen works fine on a PC, on a laptop, and on OLDER VERSIONS OF NANODLP (build numbers ~2000 or so) but newer ones? Nope. Something has changed maybe in Raspbian's videocore, and the admin simply didn't test it before pushing it out. I'm now stuck with a printer I can't use since there's no way to downgrade back to the working software, and there's no "earlier revisions" archive available for some reason known only to Shahin.

This is extremely frustrating.

Offline

#11 2021-01-22 01:49:42

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: Screen problem

Heres a link to my old (est) nanodlp image from 2019 https://www.dropbox.com/s/8cc0npl6w40a6 … p.img?dl=0
Maybe that helps . The link will expire end of Jan
( sorry i cant tell you what version that is )

Last edited by bigfilsing (2021-01-22 01:50:02)

Offline

#12 2021-01-22 02:38:42

RubberFistFight
Member
Registered: 2021-01-21
Posts: 19

Re: Screen problem

Thank you. Hopefully it works because this is driving me insane. There is so much about NanoDLP that just doesn't work right. It forces you to choose a distro from the main screen, disallows navigation until you do, and then crashes and can't be brought back up on the web interface. Z movements from direct control are screwy. The screen problem, multiple posts about it both here and on the facebook page with no clear solutions or support from the dev. The fact that updating is just completely broken.

All of this stops it being good, useful, dependable software and yet it seems to be the only one that exists. This is why you shouldn't release software you don't test first.

Last edited by RubberFistFight (2021-01-22 02:40:03)

Offline

#13 2021-01-22 04:02:41

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: Screen problem

RubberFistFight wrote:

Thank you. Hopefully it works because this is driving me insane. There is so much about NanoDLP that just doesn't work right. It forces you to choose a distro from the main screen, disallows navigation until you do, and then crashes and can't be brought back up on the web interface. Z movements from direct control are screwy. The screen problem, multiple posts about it both here and on the facebook page with no clear solutions or support from the dev. The fact that updating is just completely broken.

All of this stops it being good, useful, dependable software and yet it seems to be the only one that exists. This is why you shouldn't release software you don't test first.

You are welcome .   I know how frustrating it can be initially but honestly speaking once set up NanoDLP is a great piece of software . I've found 9 times out of 10, issues relate to the Raspi eco system. I think its the price we pay for Raspi being so flexible , upgradable and adaptable.
My main issues were screen set up and wifi but once they were resolved NanoDLP works great. Considering this is free software thats quite remarkable
Good luck

Offline

#14 2021-01-22 08:46:39

RubberFistFight
Member
Registered: 2021-01-21
Posts: 19

Re: Screen problem

bigfilsing wrote:
RubberFistFight wrote:

Thank you. Hopefully it works because this is driving me insane. There is so much about NanoDLP that just doesn't work right. It forces you to choose a distro from the main screen, disallows navigation until you do, and then crashes and can't be brought back up on the web interface. Z movements from direct control are screwy. The screen problem, multiple posts about it both here and on the facebook page with no clear solutions or support from the dev. The fact that updating is just completely broken.

All of this stops it being good, useful, dependable software and yet it seems to be the only one that exists. This is why you shouldn't release software you don't test first.

You are welcome .   I know how frustrating it can be initially but honestly speaking once set up NanoDLP is a great piece of software . I've found 9 times out of 10, issues relate to the Raspi eco system. I think its the price we pay for Raspi being so flexible , upgradable and adaptable.
My main issues were screen set up and wifi but once they were resolved NanoDLP works great. Considering this is free software thats quite remarkable
Good luck

Back the last time I used it, it was great. But since then my printer has been on downtime and the latest updates are just... well I mean, look at how many people are having issues with the 2K screens in the D7. There's more than a few both here and on facebook, and there doesn't seem to be any solution. Also the Nextion support is sketchy - mine connects half the time but the buttons do nothing. The rest of the time it just sits there "Connecting..." and doesn't get any further. Again, check this forum and facebook for multiple instances of people with this problem, who aren't getting any answers.

As it stands, that version you uploaded was perfect. Screen worked, motor works, the firmware was the right date to turn off the UV on boot, and theoretically the Nextion will work as well, if it decides to co-operate. I'm running a test print right now.

Something I'm having trouble figuring out is the motor speed. Since I'm doing direct control, the first thing it does when i start a print is home to the top. But then it craaaaawwwwwls all the way to the bottom and it takes forever, and I can't determine with speed setting influences that. Any ideas?

Offline

#15 2021-01-22 16:21:20

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: Screen problem

I have no experience with direct control sorry

Yeah OK but aren't you blaming Nanodlp for Raspi and Nextion issues

Offline

#16 2021-01-22 23:25:21

RubberFistFight
Member
Registered: 2021-01-21
Posts: 19

Re: Screen problem

bigfilsing wrote:

I have no experience with direct control sorry

Yeah OK but aren't you blaming Nanodlp for Raspi and Nextion issues

NanoDLP runs on a raspberry pi. Additionally, in newer builds, the boot process of the Pi is perfectly visible on the screen - the HDMI connection only craps out after NanoDLP has started, indicating the problem is there somewhere.

As for "nextion issues", idk. Enough people have the same problem as me that it makes me wonder, if the problem was the screens then why are they still being recommended?

Offline

#17 2021-01-23 10:18:19

MMH
Member
Registered: 2021-01-18
Posts: 8

Re: Screen problem

bigfilsing wrote:

Heres a link to my old (est) nanodlp image from 2019 https://www.dropbox.com/s/8cc0npl6w40a6 … p.img?dl=0
Maybe that helps . The link will expire end of Jan
( sorry i cant tell you what version that is )

Thanks that really help me and fixed my screen connection .
I installed it then updated it thats works great
Now i have a problem that when i slice a model it reboots i will start a new topic of it

Offline

#18 2021-01-23 10:25:55

MMH
Member
Registered: 2021-01-18
Posts: 8

Re: Screen problem

RubberFistFight wrote:

I'm having the same problem. The screen works fine on a PC, on a laptop, and on OLDER VERSIONS OF NANODLP (build numbers ~2000 or so) but newer ones? Nope. Something has changed maybe in Raspbian's videocore, and the admin simply didn't test it before pushing it out. I'm now stuck with a printer I can't use since there's no way to downgrade back to the working software, and there's no "earlier revisions" archive available for some reason known only to Shahin.

This is extremely frustrating.

Did it fixed your problem?

Offline

#19 2021-01-23 11:10:13

RubberFistFight
Member
Registered: 2021-01-21
Posts: 19

Re: Screen problem

It fixed my screen issue, yeah. The manual control thing though is a bust. Wound up frankensteining it together with the old v1.0 controller board I had lying around to drive the motor, and the high-current direct-in-to-out-12 positive rail to drive my LED array relay (with the negative of the relay switch going to the low-side switched FET on the original LED negative terminal).

It works. Perfectly. So perfectly that the only reason I'd buy that "NanoDLP Official Controller Board" is if this one burns out.

Offline

Board footer

Powered by FluxBB