v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
First: thank you for your work! it looks great.
i think there is an issue in #129 and #204 with the lcd screensaver.
it shows always: 00:00

i tried this:
   <screensaver>
      <line>$INFO[LCD.Time41]</line>
      <line>$INFO[LCD.Time42]</line>
      <line>$INFO[LCD.Time43]</line>
      <line>$INFO[LCD.Time44]</line>
   </screensaver>

and this:
   <screensaver>
      <line>$INFO[System.CurrentWindow]</line>
      <line>$INFO[LCD.TimeWide21]</line>
      <line>$INFO[LCD.TimeWide22]</line>
      <line>Freemem: $INFO[System.FreeMemory]</line>
   </screensaver>

this is ok:
   <general>
      <line>XBMC running...</line>
      <line>$INFO[System.Time] $INFO[System.Date]</line>
      <line>Freemem: $INFO[System.FreeMemory]</line>
      <line>$INFO[System.ScreenWidth]x$INFO[System.ScreenHeight] $INFO[System.ScreenMode]</line>
   </general>

in this version it works:
 devel-20171116212859-#1116-g298a1c2 (RPi2.arm)

I have an RPi 2. The LCDd.conf:
## Hitachi HD44780 driver ##
[hd44780]
# Select what type of connection. See documentation for types.
ConnectionType=i2c
# Port where the LPT is. Usual value are: 0x278, 0x378 and 0x3BC
Port=0x3f
# Device of the serial interface [default: /dev/lcd]
Device=/dev/i2c-1

(Sorry i didn't find how to show this as code...)


Messages In This Thread
WD MyCloud - by crisp waffles - 2017-09-06, 03:11
No 3D Playback since Version - by Mike74 - 2017-10-09, 19:25
Migrating from RPi2 to RPi1 - by RappaSan - 2017-11-10, 14:45
RE: Migrating from RPi2 to RPi1 - by Milhouse - 2017-11-10, 21:06
RE: Migrating from RPi2 to RPi1 - by RappaSan - 2017-11-11, 09:17
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - by hartmuta - 2018-02-06, 22:17
Resolution broken after 0415 - by lozbrown85 - 2018-04-20, 11:48
popt 1.16 - by n0n4m3 - 2018-06-29, 00:28
RE: popt 1.16 - by Milhouse - 2018-06-29, 06:39
A plugin to be resurrected - by ArminiusTux - 2018-10-22, 22:02
RE: A plugin to be resurrected - by Milhouse - 2018-10-23, 02:46
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24