Skip to content

Commit

Permalink
Update for Matrix and python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
marklam committed Dec 4, 2021
1 parent 4fb59a2 commit a4f33ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file added .ionide/symbolCache.db
Binary file not shown.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PiTsOff
Kodi/OSMC screensaver for Raspberry Pi offical touchscreen.
Kodi/OSMC screensaver for Raspberry Pi officisal touchscreen.

This is a screensaver addon for kodi which can switch the official raspberry pi touchscreen backlight off/on.
This is a screensaver addon for Kodi which can switch the official raspberry pi touchscreen backlight off/on.

It has been tested on OSMC, but it requires at least version 2016.04-1 (because that release has the backlight control overlay included).
It has also been tested on OpenELEC 6.95.2.
Expand All @@ -11,14 +11,14 @@ To install:

1. Using a web browser (on your PC or whatever), download the screensaver.pitsoff-x.x.x.zip file from the project's releases
2. Copy the zip somewhere the Pi can find it
3. From the Add-on page, choose install from zip and locate the zip file, then wait for the installed message
3. From the Add-on page, choose install from zip and locate the zip file, then wait for the installed message. You may need to allow installing addons from any source (this is a security risk, and I encourage you to look inside the zip file to check that there's nothing in there that shouldn't be, and do the same for any other addons you install in this way).
4. From the Appearance settings, select the newly-installed screensaver and choose a timeout

To use it:

1. Wait for the screensaver to start
2. The screen will go black
3. The backlight should swtch off
3. The backlight should switch off

To switch the screen back on:

Expand Down
6 changes: 3 additions & 3 deletions screensaver.pitsoff/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-->

<addon id="screensaver.pitsoff" name="pitsoff" version="0.2.6" provider-name="Mark Lambert">
<addon id="screensaver.pitsoff" name="pitsoff" version="0.3.0" provider-name="Mark Lambert">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.addon" version="13.0.0"/>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.addon" version="19.0.0"/>
</requires>
<extension point="xbmc.ui.screensaver" library="screensaver.py" />
<extension point="xbmc.addon.metadata">
Expand Down

0 comments on commit a4f33ae

Please sign in to comment.