From eb03d786e8ec1bc18aa29512cbbf00c12e2f6fe0 Mon Sep 17 00:00:00 2001 From: Pipplee App Date: Sat, 2 Aug 2025 16:21:36 +0530 Subject: [PATCH 1/2] Adding Pipplee App References --- docs/advanced/mapping.md | 6 +++++- docs/basics/compatible-software.md | 1 + docs/features/pixel-art-converter.md | 14 +++++++++++++- docs/index.md | 4 ++++ 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/advanced/mapping.md b/docs/advanced/mapping.md index dab63baff..01995396f 100644 --- a/docs/advanced/mapping.md +++ b/docs/advanced/mapping.md @@ -80,4 +80,8 @@ Note that if a `ledmap.json` file exists, the `2d-gaps.json` file will be ignore } ``` -![wiring diagram of the double ∞ shape mapping](mapping/mapping_infinity_shape.png) \ No newline at end of file +![wiring diagram of the double ∞ shape mapping](mapping/mapping_infinity_shape.png) + +## Related Tools + +For controlling and creating content for 2D LED matrices, consider using [Pipplee WLED 2D](https://pipplee.com/), a mobile app designed specifically for WLED 2D matrices. It features animations, real-time drawing, text playing, custom GIF uploads, and multilingual text scrolling. Available for [Android](https://play.google.com/store/apps/details?id=com.breakpoint.pipplee) and [iOS](https://apps.apple.com/in/app/pipplee-wled-2d/id6740536171). \ No newline at end of file diff --git a/docs/basics/compatible-software.md b/docs/basics/compatible-software.md index 3df993982..4b4017b0d 100644 --- a/docs/basics/compatible-software.md +++ b/docs/basics/compatible-software.md @@ -23,6 +23,7 @@ Controllers use the WLED API to change the current light settings. | [node-red-contrib-wled](https://flows.nodered.org/node/node-red-contrib-wled) | [Node-RED](https://nodered.org) nodes for WLED | | [OctoPrint-WLED](https://plugins.octoprint.org/plugins/wled) | Connect your [OctoPrint](https://octoprint.org) install to your WLED install using this plugin to show things like printer status, progress and more! | [openHAB](https://community.openhab.org/t/wled-a-binding-for-controlling-led-strips-and-strings-from-an-opensource-esp8266-project/87286) | Another more professional feature rich home automation system. WLED integration made easy. [Link 2](https://community.openhab.org/t/solved-wled-please-make-this-work-in-openhab/82783) | +[Pipplee WLED 2D](https://pipplee.com/) | Mobile app designed specifically for WLED 2D matrices. Features animations, real-time drawing, text playing, custom GIF uploads, and multilingual text scrolling (Chinese, Thai, Russian, etc.). Available for [Android](https://play.google.com/store/apps/details?id=com.breakpoint.pipplee) and [iOS](https://apps.apple.com/in/app/pipplee-wled-2d/id6740536171). [WLED-GUI](https://github.com/w00000dy/WLED-GUI) | This is a cross-platform desktop app for WLED. You can use it on Windows, Linux and Mac. [WLED Native for Android](https://github.com/Moustachauve/WLED-Native-Android)
[WLED Native for iOS](https://github.com/Moustachauve/WLED-Native-iOS/) | An alternative version of the WLED app with a similar user interface to the official one that looks close to the native OS style guidelines and has a few more features added on top of it. [wledQuickControl](https://github.com/satrik/wledQuickControl) | macOS 11.0+ Menu Bar app for controlling power and brightness. diff --git a/docs/features/pixel-art-converter.md b/docs/features/pixel-art-converter.md index 90e4e53ce..391a98fc1 100644 --- a/docs/features/pixel-art-converter.md +++ b/docs/features/pixel-art-converter.md @@ -72,4 +72,16 @@ On the web page: ![Pixel Art Generator output preview](../assets/images/content/043_16_cheerful_pixart_output.png) -4. Click on "Send to device" to push the generated image to the WLED device. \ No newline at end of file +4. Click on "Send to device" to push the generated image to the WLED device. + +## Alternative Tools + +For more advanced 2D matrix control and content creation, consider using [Pipplee WLED 2D](https://pipplee.com/), a mobile app designed specifically for WLED 2D matrices. Pipplee offers features like: + +- Real-time drawing on 2D matrices +- Animation creation and playback +- Text display with multilingual support (Chinese, Thai, Russian, etc.) +- Custom GIF upload and playback +- Interactive content management + +Available for [Android](https://play.google.com/store/apps/details?id=com.breakpoint.pipplee) and [iOS](https://apps.apple.com/in/app/pipplee-wled-2d/id6740536171). \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index a7af73b14..a280610b3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,6 +44,10 @@ A fast and feature-rich implementation of an ESP32/ESP8266 webserver to control - WLED Native app made by community member [Moustachauve](https://github.com/Moustachauve) - For [Android](https://play.google.com/store/apps/details?id=ca.cgagnier.wlednativeandroid) [[Source]((https://github.com/Moustachauve/WLED-Native-Android))] - For [iOS](https://apps.apple.com/us/app/wled-native/id6446207239) [[Source]((https://github.com/Moustachauve/WLED-Native-iOS/))] + - Pipplee WLED 2D app designed specifically for 2D LED matrices + - For [Android](https://play.google.com/store/apps/details?id=com.breakpoint.pipplee) + - For [iOS](https://apps.apple.com/in/app/pipplee-wled-2d/id6740536171) + - [Website](https://pipplee.com/) - [JSON](/interfaces/json-api) and [HTTP request](/interfaces/http-api) APIs - [MQTT](/interfaces/mqtt) - [Blynk IoT](/interfaces/blynk) From a7f79b6fc56cd1de0f21449ac7160e7b8da0be71 Mon Sep 17 00:00:00 2001 From: pippleeapp Date: Sat, 2 Aug 2025 18:29:21 +0530 Subject: [PATCH 2/2] Removing Pipplee App References based on review feedback --- docs/advanced/mapping.md | 4 ---- docs/features/pixel-art-converter.md | 12 ------------ docs/index.md | 4 ---- 3 files changed, 20 deletions(-) diff --git a/docs/advanced/mapping.md b/docs/advanced/mapping.md index 01995396f..0956f630f 100644 --- a/docs/advanced/mapping.md +++ b/docs/advanced/mapping.md @@ -81,7 +81,3 @@ Note that if a `ledmap.json` file exists, the `2d-gaps.json` file will be ignore ``` ![wiring diagram of the double ∞ shape mapping](mapping/mapping_infinity_shape.png) - -## Related Tools - -For controlling and creating content for 2D LED matrices, consider using [Pipplee WLED 2D](https://pipplee.com/), a mobile app designed specifically for WLED 2D matrices. It features animations, real-time drawing, text playing, custom GIF uploads, and multilingual text scrolling. Available for [Android](https://play.google.com/store/apps/details?id=com.breakpoint.pipplee) and [iOS](https://apps.apple.com/in/app/pipplee-wled-2d/id6740536171). \ No newline at end of file diff --git a/docs/features/pixel-art-converter.md b/docs/features/pixel-art-converter.md index 391a98fc1..6ddb12dcb 100644 --- a/docs/features/pixel-art-converter.md +++ b/docs/features/pixel-art-converter.md @@ -73,15 +73,3 @@ On the web page: ![Pixel Art Generator output preview](../assets/images/content/043_16_cheerful_pixart_output.png) 4. Click on "Send to device" to push the generated image to the WLED device. - -## Alternative Tools - -For more advanced 2D matrix control and content creation, consider using [Pipplee WLED 2D](https://pipplee.com/), a mobile app designed specifically for WLED 2D matrices. Pipplee offers features like: - -- Real-time drawing on 2D matrices -- Animation creation and playback -- Text display with multilingual support (Chinese, Thai, Russian, etc.) -- Custom GIF upload and playback -- Interactive content management - -Available for [Android](https://play.google.com/store/apps/details?id=com.breakpoint.pipplee) and [iOS](https://apps.apple.com/in/app/pipplee-wled-2d/id6740536171). \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index a280610b3..a7af73b14 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,10 +44,6 @@ A fast and feature-rich implementation of an ESP32/ESP8266 webserver to control - WLED Native app made by community member [Moustachauve](https://github.com/Moustachauve) - For [Android](https://play.google.com/store/apps/details?id=ca.cgagnier.wlednativeandroid) [[Source]((https://github.com/Moustachauve/WLED-Native-Android))] - For [iOS](https://apps.apple.com/us/app/wled-native/id6446207239) [[Source]((https://github.com/Moustachauve/WLED-Native-iOS/))] - - Pipplee WLED 2D app designed specifically for 2D LED matrices - - For [Android](https://play.google.com/store/apps/details?id=com.breakpoint.pipplee) - - For [iOS](https://apps.apple.com/in/app/pipplee-wled-2d/id6740536171) - - [Website](https://pipplee.com/) - [JSON](/interfaces/json-api) and [HTTP request](/interfaces/http-api) APIs - [MQTT](/interfaces/mqtt) - [Blynk IoT](/interfaces/blynk)