<feed xmlns='http://www.w3.org/2005/Atom'>
<title>esp32-ws2812b.git/main/drv, branch main</title>
<subtitle>Run's ws2812b led's using an esp32 board.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/esp32-ws2812b.git/'/>
<entry>
<title>Add twinkle and a few more params and make the display less janky and</title>
<updated>2025-12-07T07:36:35+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2025-12-07T07:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/esp32-ws2812b.git/commit/?id=8c6fd7fd39a17216b1a12601a1ec943d557040c2'/>
<id>8c6fd7fd39a17216b1a12601a1ec943d557040c2</id>
<content type='text'>
more robust.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
more robust.
</pre>
</div>
</content>
</entry>
<entry>
<title>Got it to build again.</title>
<updated>2025-12-04T07:19:06+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2025-12-04T07:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/esp32-ws2812b.git/commit/?id=717506bcd31fbf7093876297cca9cfea0bc4dc08'/>
<id>717506bcd31fbf7093876297cca9cfea0bc4dc08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an HTTP Server.</title>
<updated>2022-12-02T04:29:34+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2022-12-02T04:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/esp32-ws2812b.git/commit/?id=05e3f6bb7293c771629c7b3599392c8f335e7dd8'/>
<id>05e3f6bb7293c771629c7b3599392c8f335e7dd8</id>
<content type='text'>
This server allows the user to control the parameters of the state for
displaying the lights.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This server allows the user to control the parameters of the state for
displaying the lights.
</pre>
</div>
</content>
</entry>
<entry>
<title>Break out code into tasks.</title>
<updated>2021-11-30T08:06:49+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2021-11-30T08:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/esp32-ws2812b.git/commit/?id=6df4a4ed74621ce5df26791b84b9157902aeaa83'/>
<id>6df4a4ed74621ce5df26791b84b9157902aeaa83</id>
<content type='text'>
Increases the nmuber of LEDs to the full 300 roll.

Can connect to the device using netcat. Set the color by entering

white
red
green
blue
yellow
teal
magenta
black
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Increases the nmuber of LEDs to the full 300 roll.

Can connect to the device using netcat. Set the color by entering

white
red
green
blue
yellow
teal
magenta
black
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .clang-format and run clang-format.</title>
<updated>2021-11-21T08:47:35+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2021-11-21T08:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/esp32-ws2812b.git/commit/?id=41574c410661c7ce9231cf9c29602f307f393276'/>
<id>41574c410661c7ce9231cf9c29602f307f393276</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add crude ws2812b driver.</title>
<updated>2021-11-21T08:43:23+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2021-11-21T08:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/esp32-ws2812b.git/commit/?id=47f0d11301c71819ced150deb96b7304ee10bab1'/>
<id>47f0d11301c71819ced150deb96b7304ee10bab1</id>
<content type='text'>
This driver can run lights! However it is very crude and does not
provide a great API. It does work though! Currently lights up 5 leds of
different colors.

Right now this does synchronous writes, which is not the best. It would
be better to be async, but I think that sholud not be a problem and will
shortly be done.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This driver can run lights! However it is very crude and does not
provide a great API. It does work though! Currently lights up 5 leds of
different colors.

Right now this does synchronous writes, which is not the best. It would
be better to be async, but I think that sholud not be a problem and will
shortly be done.
</pre>
</div>
</content>
</entry>
</feed>
