From d3e7ea873e985caf9890e5759c32cfcb25d2b81a Mon Sep 17 00:00:00 2001 From: "kujiu (@uberwald)" Date: Mon, 17 Apr 2023 22:32:39 +0200 Subject: [PATCH] Revert "RST to DocBook" This reverts commit 1276b9e149af3ede600efc70f6c1c82751527596. --- README.dbk | 108 ----------------------------------------------------- README.rst | 38 +++++++++++++++++++ 2 files changed, 38 insertions(+), 108 deletions(-) delete mode 100644 README.dbk create mode 100644 README.rst diff --git a/README.dbk b/README.dbk deleted file mode 100644 index 37945e4..0000000 --- a/README.dbk +++ /dev/null @@ -1,108 +0,0 @@ - - -
- - 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 new file mode 100644 index 0000000..11e956e --- /dev/null +++ b/README.rst @@ -0,0 +1,38 @@ +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.