Create README.md

This commit is contained in:
Teridax 2021-06-09 18:58:32 +02:00 committed by GitHub
parent 6aab892c4a
commit 877853efbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# PainterlyUNO
A small C# application for creating and editing images, which then can be uploaded to an microcontroller which manages an matrix of LEDs.
> This project is currently in alpha status
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