summaryrefslogtreecommitdiff
path: root/content/blog/wifi-led-driver/index.rst
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-03-19 23:41:06 +0100
committerjaseg <git@jaseg.de>2023-03-19 23:41:06 +0100
commitaa54c194ff5e3fa2f42909f4eb5c27d1b1366dc4 (patch)
tree79fb51120fceaafce9404e092778afeb52765d3c /content/blog/wifi-led-driver/index.rst
parent9d2ecb11fdc6d48702b0b9bd3f29dab4fb73457c (diff)
downloadblog-aa54c194ff5e3fa2f42909f4eb5c27d1b1366dc4.tar.gz
blog-aa54c194ff5e3fa2f42909f4eb5c27d1b1366dc4.tar.bz2
blog-aa54c194ff5e3fa2f42909f4eb5c27d1b1366dc4.zip
Make images on dark mode darker
Diffstat (limited to 'content/blog/wifi-led-driver/index.rst')
-rw-r--r--content/blog/wifi-led-driver/index.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/content/blog/wifi-led-driver/index.rst b/content/blog/wifi-led-driver/index.rst
index f1e53a9..1c4024a 100644
--- a/content/blog/wifi-led-driver/index.rst
+++ b/content/blog/wifi-led-driver/index.rst
@@ -47,15 +47,16 @@ currents their `trip times get long enough that they become unlikely to trip in
.. raw:: html
- <figure>
- <figure class="side-by-side">
+ <div class="subfigure">
+ <figure>
<img src="images/schematic.png">
<figcaption>
The schematic of the driver board, with the ESP8266 on the top left, the STM32 microcontroller for LED
modulation below, the shift register in the middle and the LED drivers and outputs on the right.
<a href="resource/schematic_and_pcb.pdf">Download PDF</a>
</figcaption>
- </figure><figure class="side-by-side">
+ </figure>
+ <figure>
<img src="images/layout.png">
<figcaption>
The board layout with the top side being visible. The top side contains the footprint for the ESP8266, the
@@ -66,7 +67,7 @@ currents their `trip times get long enough that they become unlikely to trip in
<a href="resource/schematic_and_pcb.pdf">Download PDF</a>
</figcaption>
</figure>
- </figure>
+ </div>
.. raw:: html