Small C# application for creating and editing images, which then can be uploaded to an microcontroller which manages an matrix of LEDs
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.
Go to file
Sven Vogel 51a90d0e2a fixed image urls after repository move 2023-12-10 19:21:46 +00:00
.idea/.idea.Matrix App/.idea Initial commit 2021-06-09 18:43:27 +02:00
.vs/Matrix App Bug fixes 2021-07-04 14:56:52 +02:00
Arduino/LED_Matrix Spashscreen updated 2021-08-08 15:05:12 +02:00
Matrix App new controller setup 2021-11-30 16:11:07 +01:00
.gitignore 2 new instructions: 2021-08-08 14:50:24 +02:00
Matrix App.sln Initial commit 2021-06-09 18:43:27 +02:00
Matrix App.sln.DotSettings.user 2 new instructions: 2021-08-08 14:50:24 +02:00
README.md fixed image urls after repository move 2023-12-10 19:21:46 +00:00

README.md

PainterlyUNO

A small C# application for creating and editing images, which then can be uploaded to an microcontroller which manages an matrix of LEDs.

splashscreen

Quick note

This repo is under no active watch or development.

This project is currently (still) in alpha status This project was originally developed by german tongues, so forgive us, if you stumble upon something you miss to understand

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