[1] MLD-5.x / Systems / Raspberry PI / [gelöst] rpihddevice-plugin - Symbole auf dem Kopf
 

Offline iNOB

  • Profi Member
  • ****
  • Posts: 384
    • View Profile
[gelöst] rpihddevice-plugin - Symbole auf dem Kopf
« on: February 29, 2016, 20:45:01 »
Nach der heutigen Neuinstallation auf einem rpi1b, stehen die Symbole in Skins des skindesigner-plugins auf dem Kopf.  :)

[Edit] Threadtitel geändert [/Edit]
« Last Edit: March 02, 2016, 14:13:11 by iNOB »

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20222
    • View Profile
    • ClausMuus.de
weatherforecast-plugin - Symbole auf dem Kopf
« Reply #1 on: February 29, 2016, 23:43:38 »
Da gab's vor einigen Wochen (oder Monaten) im VDR-Portal was zu dem Thema. Ich glaub das kam im Zusammenhang mit dem skindesigner.
Suche das mal Bitte raus und was die Lösung war. Dann schaue ich wie's bei uns zu fixen ist.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline iNOB

  • Profi Member
  • ****
  • Posts: 384
    • View Profile
rpihddevice-plugin - Symbole auf dem Kopf
« Reply #2 on: March 02, 2016, 09:25:22 »
Hier gehts weiter.

Offline iNOB

  • Profi Member
  • ****
  • Posts: 384
    • View Profile
rpihddevice-plugin - Symbole auf dem Kopf
« Reply #3 on: March 02, 2016, 13:44:27 »
@Clausmuus

Hier der Patch von Thomas für das rpihddevice-plugin:
Code: [Select]
--- a/ovgosd.c
+++ b/ovgosd.c
@@ -1560,7 +1562,8 @@ public:
                vgSeti(VG_BLEND_MODE, VG_BLEND_SRC);
 
                vgLoadIdentity();
-               vgTranslate(m_x, m_target->height - height - m_y);
+               vgScale(1.0f, -1.0f);
+               vgTranslate(m_x, m_y - m_target->height);
 
                vgDrawImage(*m_image);
                return true;

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20222
    • View Profile
    • ClausMuus.de
[gelöst] rpihddevice-plugin - Symbole auf dem Kopf
« Reply #4 on: March 02, 2016, 14:19:12 »
Danke, es gibt gleich ein update.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

[1] MLD-5.x / Systems / Raspberry PI / [gelöst] rpihddevice-plugin - Symbole auf dem Kopf
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.