You are not logged in.
I have found the solution for the lcd screen if you want i can send you the txt file just send me an email on sbabboud@ndu.edu.lb
Offline
Just post it. There are many of us that still need to get this working.
Offline
Hi,
did anyone get the "solution" for this problem from sbabboud?
I don't understand why he wouldn't post it here but still say he found it...
Uli
Offline
Ok, I installed the newest version of NanoDLP on a Raspberry 3 and it works now.
I'm not sure if this is because of changes in NanoDLP or Raspi-Firmware.
Uli
Here is my working config.txt
#=====================================================
gpu_mem=256
#force_turbo=1
boot_delay=1
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
#hvs_priority=0x32ff
# 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=-150
#overscan_right=-150
#overscan_top=16
#overscan_bottom=16
#-- Console framebuffer depth in pits per pixel (default=16)
#framebuffer_depth=24
#framebuffer_ignore_alpha=1
# uncomment to force a console size. By default it will be display's size minus
# overscan.
max_framebuffer_width=2560
max_framebuffer_height=1600
framebuffer_width=2560
framebuffer_height=1600
#-- EITHER hdmi_timings
hdmi_timings=2560 0 123 10 50 1600 0 12 4 4 0 0 0 50 0 222183000 0
#-- OR hdmi_cvt=width height framerate aspect margins interlace rb
#hdmi_cvt=2560 1600 24
hdmi_pixel_freq_limit=400000000
hdmi_ignore_edid=0xa5000080
#hdmi_ignore_cec_init=1
hdmi_blanking=0
# 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=2
hdmi_mode=87
# 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
# Enable audio (loads snd_bcm2835)
dtparam=audio=off
#-- Portrait or Landscape Setting
#display_hdmi_rotate=2
display_hdmi_rotate=0x10000
#start_x=0
# Enable audio (loads snd_bcm2835)
#dtparam=audio=on
disable_splash=1
# boot_delay=0
#dtoverlay=pi3-disable-bt
# [pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
# dtoverlay=vc4-fkms-v3d
# max_framebuffers=2
[all]
#dtoverlay=vc4-fkms-v3d
disable_camera_led=1
# hdmi_pixel_encoding=2
start_x=0
# gpu_mem=128
enable_uart=1
Last edited by uli96 (2021-01-01 08:07:44)
Offline