Skip to content

Commit

Permalink
Repository renamed to https://github.com/BlueAndi/Pixelix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Oct 21, 2024
1 parent 50b86e3 commit 91d7a60
Show file tree
Hide file tree
Showing 65 changed files with 100 additions and 100 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Full RGB LED matrix, based on an ESP32 and WS2812B LEDs.

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://choosealicense.com/licenses/mit/)
[![Repo Status](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Release](https://img.shields.io/github/release/BlueAndi/esp-rgb-led-matrix.svg)](https://github.com/BlueAndi/esp-rgb-led-matrix/releases)
[![Build Status](https://github.com/BlueAndi/esp-rgb-led-matrix/actions/workflows/main.yml/badge.svg)](https://github.com/BlueAndi/esp-rgb-led-matrix/actions/workflows/main.yml)
[![Release](https://img.shields.io/github/release/BlueAndi/Pixelix.svg)](https://github.com/BlueAndi/Pixelix/releases)
[![Build Status](https://github.com/BlueAndi/Pixelix/actions/workflows/main.yml/badge.svg)](https://github.com/BlueAndi/Pixelix/actions/workflows/main.yml)

[![pixelix](https://img.youtube.com/vi/dik8Rm6f3o0/0.jpg)](https://www.youtube.com/watch?v=dik8Rm6f3o0 "Pixelix")
[![pixelix](https://img.youtube.com/vi/UCjJCI5JShY/0.jpg)](https://www.youtube.com/watch?v=UCjJCI5JShY "Pixelix - Remote Button")
Expand Down Expand Up @@ -319,7 +319,7 @@ build_flags =
| [Arduino client for MQTT](https://github.com/knolleary/pubsubclient) | This library provides a client for doing simple publish/subscribe messaging with a server that supports MQTT. | MIT |

# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request. For questions to the community or showing the own Pixelix, the [Discord server](https://discord.gg/D3uYhBQBhf) can be used.
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request. For questions to the community or showing the own Pixelix, the [Discord server](https://discord.gg/D3uYhBQBhf) can be used.

# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Expand Down
4 changes: 2 additions & 2 deletions data/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="container">
<h1 class="mt-5">About</h1>
<p>Author: <a href="https://github.com/BlueAndi">BlueAndi</a></p>
<p>Project: <a href="https://github.com/BlueAndi/esp-rgb-led-matrix">PIXELIX</a></p>
<p>Project: <a href="https://github.com/BlueAndi/Pixelix">PIXELIX</a></p>
<p>Thanks to all contributors:</p>
<ul>
<li><a href="https://github.com/0ooYoo0">0ooYoo0</a></li>
Expand Down Expand Up @@ -79,7 +79,7 @@ <h1 class="mt-5">About</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h1 class="mt-5">Debug</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/display.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1 class="mt-5">Display</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2 class="mt-1">Files</h2>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1 class="mt-5">Error</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1 class="mt-5">Welcome to</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h2 class="mt-1">Filesystem</h2>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1 class="mt-5">Settings</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1 class="mt-5">Update</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion doc/CUSTOM-IDF-LIBRARIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If only the `esp32` libraries are required, the compilation can be reduced by us
5. Replace the libraries in the PlatformIO package folder `.../.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32` with the `./out/tools/sdk/esp32` output folder.

# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.

# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Expand Down
2 changes: 1 addition & 1 deletion doc/HOMEASSISTANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Pixelix will be shown as device with its entities. Every installed plugin will b
[More technical details about MQTT](./MQTT.md)

# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.

# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Expand Down
2 changes: 1 addition & 1 deletion doc/ICONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Find them here: [./images/icons/BTCQuotePluginColorIntense/](./images/icons/BTCQ
Designed by [NSD4rKn3SS](https://github.com/NSD4rKn3SS)

# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.

# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Expand Down
4 changes: 2 additions & 2 deletions doc/MQTT.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Examples:

# Overview Mindmap

![topic-handling-minmap](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/topic_handling_mindmap.wsd)
![topic-handling-minmap](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/topic_handling_mindmap.wsd)

# MQTT Topics

Expand Down Expand Up @@ -85,7 +85,7 @@ The sensor topic path is valid if the sensor is available!
* Battery SOC in %: &lt;HOSTNAME&gt;/sensors/3/soc/state

# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.

# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Expand Down
6 changes: 3 additions & 3 deletions doc/PLUGIN-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ Therefore if you need periodically stuff, but you can't do it in the ```update()

## Static View

![plugin-service-dynamic](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/plugin-service.wsd)
![plugin-service-dynamic](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/plugin-service.wsd)

## Dynamic View

![plugin-service-dynamic](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/plugin-service-dynamic.wsd)
![plugin-service-dynamic](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/plugin-service-dynamic.wsd)

# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.

# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Expand Down
2 changes: 1 addition & 1 deletion doc/PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ The WifiStatusPlugin shows the current wireless signal strength.
The plugin shows animated worms on the display. If they find some meal, they will grow up. If they eat too much, they will explode.

# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.

# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* [Configuration examples for GrabViaMqttPlugin and GrabViaRestPlugin.](./grabConfigs/README.md)

# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.

# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Expand Down
2 changes: 1 addition & 1 deletion doc/SENSORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Example in case all sensors are available:
```

# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.

# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Expand Down
2 changes: 1 addition & 1 deletion doc/SPRITESHEET.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Use the ```./doc/spritesheet/create_sprite_sheet.py``` to create it or manually.
* Only .bmp format is currently supported, uncompressed and without color palette.

# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.

# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Expand Down
2 changes: 1 addition & 1 deletion doc/WEBSOCKET.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Response:
* ```NACK```

# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.

# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Expand Down
Loading

0 comments on commit 91d7a60

Please sign in to comment.