snowake4me / wled-hass-pixel-art

A static dump of @MakeItWorkTech macro-driven Excel spreadsheet for LED Matrix Pixel Art

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wled-hass-pixel-art

Credit

A static point-in-time poach extraction of @MakeItWorkTech's macro-driven Excel spreadsheet for LED Matrix Pixel Art w/ HomeAssistant.

You'll find his YouTube video on the topic here: Creating PixelArt with WLED

All I did was copy/pasta the various codes for both libraries, and wrap each in a simple one-line script to invoke them.

Usage

Just set one or both environment variables appropriate to your device(s):

WLED_16x16_IP= or hostname for 16x16 matrix.

E.G. WLED_16x16_IP=matrix.local or WLED_16x16_IP=10.10.10.100

WLED_32x8_IP= or hostname for 32x8 matrix.

E.G. WLED_32x8_IP=scroll.local or WLED_32x8_IP=10.10.10.120

I've added these two environment variables to my .zshrc so they're always set.

export WLED_16x16_IP=matrix2.local
export WLED_32x8_IP=scroll.local

Then - after a quick chmod +x to grant execute permissions - you can just run any given script and - VOILA!

./sword.sh

And you're rockin' a Minecraft sword on your 16x16 Matrix!

See @MakeItWorkTech's YouTube channel, Thingiverse designs, and Discord Server for more details!

Contents

The repo contains PixelArt in two different form factors:

16x16 PixelArt

  • among_us.sh
  • angrybird.sh
  • apple.sh
  • banana.sh
  • big_w.sh
  • blinky.sh
  • d_led.sh
  • e_led.sh
  • eagles.sh
  • egg.sh
  • egg2.sh
  • elf.sh
  • flower.sh
  • gold.sh
  • gold2.sh
  • hass.sh
  • heart.sh
  • iheartu.sh
  • l_led.sh
  • mario.sh
  • mc_dirt.sh
  • orange_led.sh
  • pick.sh
  • question.sh
  • snowflake.sh
  • star.sh
  • strawberry.sh
  • sword.sh
  • toad.sh
  • w_led.sh
  • warrior.sh
  • yoshi.sh

32x8 PixelArt

  • coffee.sh
  • eagles.sh
  • energycoffeelove.sh
  • facebook_like.sh
  • fortnite.sh
  • gobirds.sh
  • happynewyear.sh
  • heart.sh
  • on_air.sh
  • subscribe.sh
  • twitter_follow.sh
  • wled.sh
  • yt_sub.sh
  • yt_subscribe.sh

About

A static dump of @MakeItWorkTech macro-driven Excel spreadsheet for LED Matrix Pixel Art


Languages

Language:Shell 100.0%