11.10.2016, 20:30
(11.10.2016, 20:12)harryberlin schrieb: dachte da sind schon button settings vorgeben.
muss man die farben eigentlich zusätzlich auswählen? weiß is vorgegeben, oder?
kann man eigentlich auch den mauszeiger sichtbar machen?
Das Problem hatte ich zuerst auch. Ich dachte auch es wäre weiß. Aber irgendwie war bei mir einiges transparent. Also habe ich einfach irgendwelche Farben getestet und schon bekam ich das zuvor nicht sichtbare zu sehen.
Den Mauszeiger habe ich mir so anzeigen lassen:
/home/pi/.kodi/addons/DEIN_SKIN/16x9/Pointer.xml
Code:
<window>
<defaultcontrol>-</defaultcontrol>
<coordinates>
<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-nofocus.png</texture>
<!-- <visible>!Skin.HasSetting(TouchScreenMode)</visible> -->
</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>
<!-- <visible>!Skin.HasSetting(TouchScreenMode)</visible> -->
</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-drag.png</texture>
<!-- <visible>!Skin.HasSetting(TouchScreenMode)</visible> -->
</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-click.png</texture>
<!-- <visible>!Skin.HasSetting(TouchScreenMode)</visible> -->
</control>
</controls>
</window>
RPI 3; Pollin 7 Zoll; CarPi 2016/2017 - Step-by-Step Anleitung