Skip to content

mklossde/MatrixCOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatrixCOS - Esp32 HUB75 Matrix

develop by mk@almi.de

CmdOS LOGO

This Application based on Use CmdOS V0.1.0

This is a ESP32 based Applciation to display information via HUB75 Matrix display.

It a christmas projet inspired by eely-HoDi Make Articel

Display-Title

Example animation gif frame

Display-Example Display-Example Display-Example Display images as a pixel frame

Example alarm sign

example example example draw alarm sign alarm.cmd

Example toilet sign

example example example example example draw toilet sign signToilet.cmd

Fire and Exit

example draw fire and exit sign fireAndExit.cmd

Digital wash information

example example washer example wash.cmd (e.g. use by read $m from tasmota or shelly plug and show wash if acutal power > 10 and done if actual power < 5)

Room

example Next please in room X room.cmd

Example Home Assistant / Shelly / Mqtt

Display-Example Display-Example Display-Example Display power values of a shelly EM (via MQTT)

mqttAttr shellies/shellyem3/emeter/0/power 1
mqttAttr shellies/shellyem3/emeter/1/power 1 
mqttAttr shellies/shellyem3/emeter/2/power 1
#loop
  drawClear
  drawColor 15 15 15
  drawText 5 1 1 "Shelly EM"
  drawColor 15 0 0 
  valueFull 1 12 "Power0" $shellies/shellyem3/emeter/0/power 1000 888 444
  valueFull 1 30 "Power1" $shellies/shellyem3/emeter/1/power 1000 888 444
  valueFull 1 47 "Power2" $shellies/shellyem3/emeter/2/power 1000 888 444
  draw
  wait 2000
  goto #loop

Effects

Display-Example Effects

Command Examples

command Examples

Feature

Setup

matrix 64 64 1 90 0 0,15,4,16,27,17,5,18,19,21,12,33,25,22
matrix2 0 1 1 0

[Require Libs]

If you use/like this project please https://buymeacoffee.com/openon (a good choise is 1Euro per ESP a year ;-)
LOGO a OpenOn.org project - develop by mk@almi.de