<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://testwiki.hecatron.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://testwiki.hecatron.com/feed.php">
        <title>Hacman DEMO ONLY old:projects:led-sign</title>
        <description></description>
        <link>http://testwiki.hecatron.com/</link>
        <image rdf:resource="http://testwiki.hecatron.com/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-04-04T03:31:54+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://testwiki.hecatron.com/doku.php?id=old:projects:led-sign:gimp-plugin&amp;rev=1669854796&amp;do=diff"/>
                <rdf:li rdf:resource="http://testwiki.hecatron.com/doku.php?id=old:projects:led-sign:protocol&amp;rev=1669854796&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://testwiki.hecatron.com/lib/exe/fetch.php?media=favicon.ico">
        <title>Hacman DEMO ONLY</title>
        <link>http://testwiki.hecatron.com/</link>
        <url>http://testwiki.hecatron.com/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="http://testwiki.hecatron.com/doku.php?id=old:projects:led-sign:gimp-plugin&amp;rev=1669854796&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-30T16:33:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>old:projects:led-sign:gimp-plugin</title>
        <link>http://testwiki.hecatron.com/doku.php?id=old:projects:led-sign:gimp-plugin&amp;rev=1669854796&amp;do=diff</link>
        <description>About

This is the code for the Gimp plugin to export for the sign!

Code

filename: save_to_led.py
#!/usr/bin/env python

from gimpfu import *
import os

def getpixel(drawable, x, y):
    tile = drawable.get_tile2(False, x, y)
    x_offset = x % 64
    y_offset = y % 64
    pixel = tile[x_offset, y_offset]

    values = []
    for i in range(len(pixel)):
        values.append(ord(pixel[i]))

    if len(values) == 1:
        values.append(255)
    return values

def led_sign(img, layer, filename…</description>
    </item>
    <item rdf:about="http://testwiki.hecatron.com/doku.php?id=old:projects:led-sign:protocol&amp;rev=1669854796&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-30T16:33:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>old:projects:led-sign:protocol</title>
        <link>http://testwiki.hecatron.com/doku.php?id=old:projects:led-sign:protocol&amp;rev=1669854796&amp;do=diff</link>
        <description>Screens / Animations

 START  K  N,Screen / Animation Name  K  30,RRRGRGRGBBBBBYYYYRGBYGYY...  K  10,GGRFGRGRGRGRBBBBBBBBBBBBBBB...  K  END  K

 START

sequence is sending to sign

 N, Screen / Animation Name

Optional, if the screen is to be saved instead fo displayed, the name to save it as. if this is not given it will be displayed immediately</description>
    </item>
</rdf:RDF>
