Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/advanced/mapping.md
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what your app has to do with mapping.
Your app only seem to support rectangular matrices.

Original file line number Diff line number Diff line change
Expand Up @@ -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)
![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).
1 change: 1 addition & 0 deletions docs/basics/compatible-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<br /> [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.
Expand Down
14 changes: 13 additions & 1 deletion docs/features/pixel-art-converter.md
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does your app use the internal Pixel Art Generator or is it just an different tool? In my opinion is this page just about the Pixel Art Generator that is in the WLED code.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK just thought it would be a right place as people here are looking for any easy to play animation in WLED.

Original file line number Diff line number Diff line change
Expand Up @@ -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.
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).
4 changes: 4 additions & 0 deletions docs/index.md
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say no to this place for your app.
the WLED Native app is the new official app that replaced the old one of Aircoookie.

Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down