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:
  • 4 Bewertung(en) - 4.75 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Diskussionsthread - CarPi/CarPC Image 2015 (Raspbian Wheezy, Kodi 14.1)
#18
Ok also das Image läuft jetzt! Smile So Schwierigkeiten hatte ich auch zu genüge. Es ist halt ein Bastelprojekt und kein Endprodukt. Aber ich denke das wisst ihr.

Bzgl. Tastatur/Maus:
Der Skin ist auf Touchbedienung ausgelegt. D.h. es gibt keinen Mauszeiger! Die Hardware funktioniert aber trotzdem. Das könnt ihr testen wenn ihr die Maus mal etwas hin und her bewegt (z.b. nach unten rechts in die ecke) dann werdet ihr sehen das diverse Felder aufflackern wenn man drüber fährt. Mausklick wird allerdings nicht erkannt, aber wenn man so ein Feld markiert und dann Enter drückt wird die Schaltfläche aktiviert.

Um den Mauszeiger anzuzeigen macht ihr folgendes:

"sudo nano /home/pi/.kodi/addons/skin.CarPC-touchCB_carbon/16x9/Pointer.xml" (ggf. statt "touchCB" nur "touch" je nach Skin)
Wenn die Datei noch nicht existiert ist der Editor leer, ansonsten den vorhandenen Inhalt löschen und folgenden Inhalt reinpacken.

Code:
<window id="105">
        <defaultcontrol>-</defaultcontrol>
        <coordinates>
                <system>1</system>
                <posx>0</posx>
                <posy>0</posy>
        </coordinates>
        <controls>
                <control type="image" id="1">
                        <description>Pointer Image</description>
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>32</width>
                        <height>32</height>
                        <texture>pointer-focus.png</texture>
                </control>
                <control type="image" id="2">
                        <description>Pointer Focus Image</description>
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>32</width>
                        <height>32</height>
                        <texture>pointer-focus.png</texture>
                </control>
                <control type="image" id="3">
                        <description>Pointer Drag Image</description>
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>32</width>
                        <height>32</height>
                        <texture>pointer-focus.png</texture>
                </control>
                <control type="image" id="4">
                        <description>Pointer Click Image</description>
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>32</width>
                        <height>32</height>
                        <texture>pointer-focus.png</texture>
                </control>
        </controls>
</window>

Strg + X (für Beenden)

Nach einem reboot sollte der Mauszeiger angezeigt werden. Linksclick funktioniert aber glaub ich trotzdem nicht. Dafür dann halt immer ENTER drücken.
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


Nachrichten in diesem Thema
Dringend Hilfe benötigt - von virtual86 - 07.03.2015, 21:36
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von cbrauweiler - 09.03.2015, 15:03
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 27.03.2015, 20:31
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 27.03.2015, 21:03
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 05.04.2015, 11:44
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 05.04.2015, 13:56
CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 06.04.2015, 01:56
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 06.04.2015, 15:25
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 06.04.2015, 15:43
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 06.04.2015, 18:32
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 06.04.2015, 20:10
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 07.04.2015, 05:28
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 08.04.2015, 04:29
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 08.04.2015, 11:11
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 22.06.2015, 14:50
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 22.06.2015, 15:16
RE: CarPi / CarPC mit Image von Andrei Istodorescu - von OP3LDOC - 23.06.2015, 03:13

Gehe zu:


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