This repository has been archived on 2023-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
2023-02-27 18:51:32 +00:00
|
|
|
# PainterlyUNO [icon](https://gitlab.teridax.de/teridax/PainterlyUNO/-/blob/master/Matrix%20App/MatrixIconHighres.png)
|
2021-06-09 16:58:32 +00:00
|
|
|
A small C# application for creating and editing images, which then can be uploaded to an microcontroller which manages an matrix of LEDs.
|
2023-02-27 18:51:32 +00:00
|
|
|
[splashscreen](https://gitlab.teridax.de/teridax/PainterlyUNO/-/blob/master/Matrix%20App/Resources/Splashcreen.png)
|
2021-06-09 16:58:32 +00:00
|
|
|
|
2022-10-09 21:57:57 +00:00
|
|
|
# Quick note
|
|
|
|
This repo is under no active watch or development.
|
|
|
|
|
2023-02-27 18:51:32 +00:00
|
|
|
> This project is currently (still) in alpha status
|
2021-06-09 17:26:19 +00:00
|
|
|
> This project was originally developed by german tongues, so forgive us, if you stumble upon something you miss to understand
|
2021-06-09 16:58:32 +00:00
|
|
|
|
|
|
|
Features
|
|
|
|
-
|
|
|
|
* Editing new GIF images
|
|
|
|
* Simple painting tool
|
|
|
|
* supports brush radius control
|
|
|
|
* brush color
|
|
|
|
* Fill and Clear tool
|
|
|
|
* Timeline for editing individual frames
|
|
|
|
* 2D filter (GLSL like)
|
|
|
|
* Arbitrary image scale up to 20x20 (In virtual mode up to 512x512, but in here no data is send to the microcontroller)
|
|
|
|
* Image uploading to the microcontroller (Right code required on controller)
|
|
|
|
|
|
|
|
Microcontroller
|
|
|
|
-
|
|
|
|
Preferrably an Arduino UNO, since this is the prime target device.
|
|
|
|
Working production code for Arduino UNO can be found in ./arduino
|