Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(961) : eval()'d code 34 errorHandler->error_callback
/global.php 961 eval
/showthread.php 28 require_once
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 43 - File: showthread.php(1621) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1621) : eval()'d code 43 errorHandler->error_callback
/showthread.php 1621 eval




Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
waveshare 7inch HDMI LCD lila balken
#1
Hallo,

Ich habe ein waveshare 7inch HDMI LCD V2.1
link

"www.waveshare.com/wiki/7inch_HDMI_LCD_©_(Firmware_Rev_2.1)_User_Manual"
Lässt sich leider nicht verlinken ersetzt immer das © Angry

Nach etwas einstellen funktioniert das Display auch. Das Problem ist das ich einen winzigen lila Balken am linken rand habe ich habe am overscan was versucht hatte aber keinen effect.
Ich habe das Display einfach mal an einem Windows Pc angeschlossen da war der Balken nicht ist also kein defekt.
Ich habe das Display auch direkt mit strom versorgt um eine Unterversorgung aus zu schließen.
Hat noch einer eine Idee?
Ach so ich betreibe den Car pc mit dem aktuellen pi3 und habe auch das Image von Christian geladen. 
Habe auch den Skin umgestellt hatte aber auch keinen Effekt.
  
Bin für jede Hilfe offen.

Danke
Alexander  Smile
Zitieren
#2
Einstellungen -> System -> Video -> Video kalibrieren.

Da kann man wenn man links oben tippt das Bild von Kodi noch was justieren. Genauso rechts unten.
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
Zitieren
#3
(17.03.2016, 07:47)cbrauweiler schrieb: Einstellungen -> System -> Video -> Video kalibrieren.

Da kann man wenn man links oben tippt das Bild von Kodi noch was justieren. Genauso rechts unten.



Das war es leider nicht Habe das Problem aber gelöst war eine Einstellung in der config. Ich werde die config Posten sobald meine Einstellungen passen und ich genau wies woher der Fehler kam.    Smile

Gruß
Alexander
Zitieren
#4
Hi alex,

wäre für deine config dankbar.Bin hier fast am verzweifeln Big Grin

Lg

Edit:
in der /boot/config.txt hat es bei mir die Zeile "hdmi_drive=1" erledigt.

Hier meine config für das display:
Zitat:# For more options and information see
# http://www.raspberrypi.org/documentation...fig-txt.md
# 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=0
overscan_right=0
overscan_top=0
overscan_bottom=0

# 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=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt=1024 600 60 3 0 0 0
max_usb_current=1

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

# 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=1000

# 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

core_freq=500
sdram_freq=500
over_voltage=2
gpu_mem=256
dtparam=i2c_arm=on

#device_tree_param=i2c0=on,i2c1=on,spi=on
Zitieren
#5
Hi,

Ich schicke dir zuhause mal meine config die ist noch etwas anders.

Gruß
Alex
Zitieren
#6
(17.05.2016, 12:46)Alexander schrieb: Hi,

Ich schicke dir zuhause mal meine config die ist noch etwas anders.

Gruß
Alex

Hi alex,

kannst du bitte deine config.txt posten, ist es kompatibel mit der neuen Version von CarPi?

Gruß

Korsan
Zitieren
#7
So meine Config

Code:
# For more options and information see
# http://www.raspberrypi.org/documentation/configuration/config-txt.md
# 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=0
overscan_right=0
overscan_top=0
overscan_bottom=0

# 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=2
#hdmi_mode=16
#hdmi_cvt 1024 600 60 6 0 0 0
#max_usb_current=1

#hdmi_ignore_edid=0xa5000080

hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt=1024 600 60 6 0 0 0
max_usb_current=1
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
hdmi_drive=1

# 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=i2s=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
dtparam=i2c_arm=on
disable_splash=0
dtparam=spi=off
start_x=1
gpu_mem=256
Zitieren


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
RasPiCarProjekt