Draw and send pixel art direcly to your WLED 2D Matrix.
Note: the demo page can't access your API due to HTTPS Mixed Content
You can open the drawsomething.html
file into any browser set the correct API endpoint, this looks like this http://[device_ip_address]/json
or upload the drawsomething.html
to your WLED environment, see below.
Go to releases and download the latest released file drawsomething.html
. Within your
- Download the
drawsomething.html
from releases - Go to the URL
http://[device_ip_address]/edit
- Upload the
drawsomething.html
file using the UI - Go to
http://[device_ip_address]/drawsomething.html
I've made this tool so I could send pixel art to my SO, just as a fun way to leave a digital note at a at a random time in the day.
-
Version 1🎉 - Drag on mobile
- minify .html file
- Setup proper JSON object
- Load current image
- Undo/redo
- Propper build step, complile scss, setup local server and run
node build.js
on changes (was looking in to Vite.js)
This tool is build using Vue.js and there is some SCSS to easily write CSS
I use Live Server and Live Sass Compiler to work on the app localy.
And there is a build.js
file which creates a drawsomething.html
with inline CSS and JS. Use Yarn or NPM to install the dependencies and then use node build.js
to genrate the file in the /dist
folder