<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://stopstogo.com/dokuwiki/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://stopstogo.com/dokuwiki/feed.php">
        <title>Dan's Wiki projects:a4sim:hardware:ht16k33ledmodule</title>
        <description></description>
        <link>http://stopstogo.com/dokuwiki/</link>
        <image rdf:resource="http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-04T16:19:38+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:hardware:ht16k33ledmodule:arduinoadafruitexample&amp;rev=1582390780&amp;do=diff"/>
                <rdf:li rdf:resource="http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:hardware:ht16k33ledmodule:lowdependencyexample&amp;rev=1582390780&amp;do=diff"/>
                <rdf:li rdf:resource="http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:hardware:ht16k33ledmodule:start&amp;rev=1582391238&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Dan's Wiki</title>
        <link>http://stopstogo.com/dokuwiki/</link>
        <url>http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:hardware:ht16k33ledmodule:arduinoadafruitexample&amp;rev=1582390780&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-22T16:59:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:a4sim:hardware:ht16k33ledmodule:arduinoadafruitexample</title>
        <link>http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:hardware:ht16k33ledmodule:arduinoadafruitexample&amp;rev=1582390780&amp;do=diff</link>
        <description>Arduino Adafruit Example, to HT16K33 LED


/*************************************************** 
  This is a library for our I2C LED Backpacks

  Designed specifically to work with the Adafruit LED Matrix backpacks 
  ----&gt; http://www.adafruit.com/products/872
  ----&gt; http://www.adafruit.com/products/871
  ----&gt; http://www.adafruit.com/products/870

  These displays use I2C to communicate, 2 pins are required to 
  interface. There are multiple selectable I2C addresses. For backpacks
  with 2 Ad…</description>
    </item>
    <item rdf:about="http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:hardware:ht16k33ledmodule:lowdependencyexample&amp;rev=1582390780&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-22T16:59:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:a4sim:hardware:ht16k33ledmodule:lowdependencyexample</title>
        <link>http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:hardware:ht16k33ledmodule:lowdependencyexample&amp;rev=1582390780&amp;do=diff</link>
        <description>HT16K33 LED Module - Low Dependency Example

This works from an Arduino, talking to the HT16K33. It needs to be moved to a Raspberry Pi, because it is hard to have two Masters.


#include &lt;Wire.h&gt;
 
const uint8_t addr = 0x70; // HT16K33 default address
uint16_t displayBuffer[8];
 
void setup() {
  Wire.begin();
 
  Wire.beginTransmission(addr);
  Wire.write(0x20 | 1); // turn on oscillator
  Wire.endTransmission();
 
  setBrightness(15);
  blink(0);
}
 
void loop() {
  const int dTime = 50;
 
  …</description>
    </item>
    <item rdf:about="http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:hardware:ht16k33ledmodule:start&amp;rev=1582391238&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-22T17:07:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:a4sim:hardware:ht16k33ledmodule:start</title>
        <link>http://stopstogo.com/dokuwiki/doku.php?id=projects:a4sim:hardware:ht16k33ledmodule:start&amp;rev=1582391238&amp;do=diff</link>
        <description>HT16K33 LED Module

Purchased 3-pack of LED modules, to see flight control position.

Requires Adafruit driver, which includes I2C sending. Note: This has to be run from an Arduino.

	*  Low Dependency Example
	*  &lt;https://www.partsnotincluded.com/electronics/controlling-led-matrix-with-the-ht16k33/&gt;

Adafruit_LEDBackpack docs

[Holtek Datasheet for HT16K33]

Example code

	*  Adafruit Arduino Example</description>
    </item>
</rdf:RDF>
