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
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



RasPiCar Projekt Forum
5" Waveshare Touchscreen - Druckversion

+- RasPiCar Projekt Forum (https://RasPiCarProjekt.de)
+-- Forum: Hardware (https://RasPiCarProjekt.de/forumdisplay.php?fid=5)
+--- Forum: Bildschirm (https://RasPiCarProjekt.de/forumdisplay.php?fid=10)
+--- Thema: 5" Waveshare Touchscreen (/showthread.php?tid=79)

Seiten: 1 2 3 4


RE: 5" Waveshare Touchscreen - Jockelb - 10.03.2017

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

hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0

# 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

# 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
dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900

disable_splash=0
dtparam=spi=off
start_x=1
Ich bin an dem Problem verzweifelt und probiere jetzt den
https://www.sainsmart.com/sainsmart-5-inch-tft-lcd-800-480-touch-screen-display-for-raspberry-pi-2-b-b.html
vielleicht kann ich dann mein Problem mit dem Touchscreen lösen. Ein HDMI TFT wäre mir zwar lieber gewesen aber die paar Kabel mehr werden mich nicht umbringen.


RE: 5" Waveshare Touchscreen - Supergrobi - 11.10.2017

Hallo zusammen,

die erste Hürde ist genommen. CarPC ist erfolgreich installiert  Shy
Jedoch hat das billige Waveshare 5" Display nicht funktioniert.
Die Anzeige war relativ leicht in Gang zu bekommen.
Hierzu die Datei "config.txt" im boot Ordner folgendermaßen ergänzen:
max_usb_current=1
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0
hdmi_drive=1

Die Touchfunktion war da schon schwieriger. Nach gefühltem 100 mal Neustarten habe ich aber die Einstellung halbwegs gefunden.
Einfach in die Datei "/home/pi/touchscreen_axes_calib" folgendes eintragen:

calib_x_d=-30;calib_x_fact=0.21000000000;calib_y_d=-32;calib_y_fact=0.12800000000;swap_axes=0;click_confines=8;touch_mouse=1

Für die Linux Neerds unter euch mag das lächerlich klingen, für mich ist das aber schon ein toller Erfolg  Big Grin

Grüße
Supergrobi


RE: 5" Waveshare Touchscreen - Hamo61 - 25.10.2017

leider hat das bei mir nicht geholfen.
hast du nur die datei unbenannt oder noch was anderes?


RE: 5" Waveshare Touchscreen - fmmech_24 - 11.10.2019

http://www.lcdwiki.com/5inch_HDMI_Display & https://github.com/goodtft/LCD-show
..hat bei einem China-Display auf Anhieb!!! funktioniert.