diff options
author | jaseg <git@jaseg.de> | 2025-06-30 15:39:45 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2025-06-30 15:39:45 +0200 |
commit | 752f296a77b29fc2e2284482835243bb6c12423f (patch) | |
tree | 10fc0cd3cb2cf716196ce1fb754eec6a14dba209 /content/blog/led-characterization | |
parent | 16655c00e0a84f6bfe58870c918fbfc016fe58ec (diff) | |
download | blog-752f296a77b29fc2e2284482835243bb6c12423f.tar.gz blog-752f296a77b29fc2e2284482835243bb6c12423f.tar.bz2 blog-752f296a77b29fc2e2284482835243bb6c12423f.zip |
Rendering fixes
Diffstat (limited to 'content/blog/led-characterization')
-rw-r--r-- | content/blog/led-characterization/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content/blog/led-characterization/index.rst b/content/blog/led-characterization/index.rst index 94de4d3..725c01e 100644 --- a/content/blog/led-characterization/index.rst +++ b/content/blog/led-characterization/index.rst @@ -1,6 +1,12 @@ --- title: "LED Characterization" date: 2018-05-02T11:18:38+02:00 +summary: > + Recently, I have been working on a `small driver`_ for ambient lighting using 12V LED strips like you can get + inexpensively from China. I wanted to be able to just throw one of these somewhere, stick down some LED tape, hook + it up to a small transformer and be able to control it through Wifi. When I was writing the firmware, I noticed that + when fading between different colors, the colors look *all wrong*! This observation led me down a rabbit hole of + color perception and LED peculiarities. --- Preface |