From 1276b9e149af3ede600efc70f6c1c82751527596 Mon Sep 17 00:00:00 2001 From: "kujiu (@rincevent)" Date: Tue, 10 May 2022 01:23:24 +0200 Subject: [PATCH] RST to DocBook --- README.dbk | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++ README.rst | 38 ------------------- 2 files changed, 108 insertions(+), 38 deletions(-) create mode 100644 README.dbk delete mode 100644 README.rst diff --git a/README.dbk b/README.dbk new file mode 100644 index 0000000..37945e4 --- /dev/null +++ b/README.dbk @@ -0,0 +1,108 @@ + + +
+ + Lithophane Lantern + + + + + + + + + + + + + + + + + These files are under EUPL-1.2 license. You can use them as is, + without any guarantee. + + + The 100Ω resistor must be adapted in function of your WS2812 strip + and your level shifter board. + + + Each lithophane panel is 108x78mm including 4mm border and 3mm + thickness. Do not forget to create positive images, not negative + ones. You can use + 3dp.rocks + service to create your own lithophane plates. The lantern can + be printed with 5% infill but lithophane plates must be 100% infill + and vertically printed. You can print several lithophanes at the + same time with border on bed to avoid grip issues. + + + You need : + + + + + 2 + push buttons; + + + + + 1 + power button; + + + + + 1 + WS2812 strip (cut four strips of three leds for each + lantern); + + + + + 1 + D1 Mini; + + + + + 1 level shifter (sorry, I lost the link...); + + + + + 2 resistors of 1kΩ; + + + + + 1 resistor of 100Ω (must be changed in function of strip and + level shifter); + + + + + 1 capacitor of 1000µF; + + + + + 1 + barrel connector; + + + + + 1 + power supply 5V >2A. + + + + + Install ESP8266 boards in your Arduino software and WS2812FX + library. + +
diff --git a/README.rst b/README.rst deleted file mode 100644 index 11e956e..0000000 --- a/README.rst +++ /dev/null @@ -1,38 +0,0 @@ -Lithophane Lantern -================== - -.. image:: img/build_with_light.jpg - :alt: The lithophane lantern with light on - -.. image:: img/build_off.jpg - :alt: The lithophane lantern with light off - -These files are under EUPL-1.2 license. You can use them as is, without -any guarantee. - -The 100Ω resistor must be adapted in function of your WS2812 strip -and your level shifter board. - -Each lithophane panel is 108x78mm including 4mm border and 3mm thickness. -Do not forget to create positive images, not negative ones. You can use -`3dp.rocks service `_ to create your own -lithophane plates. The lantern can be printed with 5% infill but -lithophane plates must be 100% infill and vertically printed. You can -print several lithophanes at the same time with border on bed to avoid -grip issues. - -You need : - -- `2 push buttons `_; -- `1 power button `_; -- `1 WS2812 strip `_ - (cut four strips of three leds for each lantern); -- `1 D1 Mini `_; -- 1 level shifter (sorry, I lost the link...); -- 2 resistors of 1kΩ; -- 1 resistor of 100Ω (must be changed in function of strip and level shifter); -- 1 capacitor of 1000µF; -- `1 barrel connector `_; -- `1 power supply 5V >2A `_. - -Install ESP8266 boards in your Arduino software and WS2812FX library.