NEWS
ESP Matrix Anzeige fully IoBroker steuerbar
-
-
@rushmed
ist das neu - kannte ich garnicht -
habe alle die displays (TM1637, MAX7219) mit espeasy eingebunden - sind die displays in einer bestimmten bin enthalten z.b. sensor.bin
edit: sind in display.bin - habe es gefunden
-
der link ist besser: https://tasmota.github.io/docs/TM163x/#tasmota-settings
-
@liv-in-sky Tasmota muss mit:
#define USE_DISPLAY_MAX7219_MATRIX
kompiliert werden.
Bei der Tasmota Lösung habe ich allerdings das Initialisierungsproblem bei erneutem Stromanlegen. Das gabs bei deiner Lösung nicht.
-
deshalb die frage nach dem bin
mit display.bin ist das schon drin - ich mag das arduino nicht wirklich und versuche das immer zu umgehen
-
@liv-in-sky Der im Display TAsmota enthaltene Treiber ist ein anderer "DisplayModel 15".
Die von mir verlinkte Variante ist "DisplayModel 19".
"DisplayModel 15" habe ich nicht getestet und weiß nicht was die Unterschiede sind.
Kann ja mal prüfen. -
@rushmed sagte in ESP Matrix Anzeige fully IoBroker steuerbar:
@liv-in-sky Der im Display TAsmota enthaltene Treiber ist ein anderer "DisplayModel 15".
Die von mir verlinkte Variante ist "DisplayModel 19".
"DisplayModel 15" habe ich nicht getestet und weiß nicht was die Unterschiede sind.
Kann ja mal prüfen.Aber man muss auf alle FälleNeu compilieren ist das richtig?
-
@wolfi Tatsächlich ändert sich bei "DisplayModel 15" nichts. Ich dachte das Wäre nur für Siebensegmantanzeigen.
Dan sollte die vorkompillierte Display-bin gehen.Edit:
Mit der Display.bin geht es nicht.Hier hab ich mal fix eine .bin ohne meine Daten kompilliert:
tasmota-display.bin
Ist ungetestet. -
@rushmed ist da die max drin - wollte gerade selber machen - würdich mir gerne sparen
-
@liv-in-sky Ist das ne Frage?
Jo, die ist da drin.
Denk an:Display Model 19 Display Mode 0
-
@rushmed
danke - war eine frage - werd deine mal flashen -
@rushmed zeigst du mir noch die einstellung für das device - welcher gpio für welchen wert
-
@liv-in-sky Habs genauso gemacht wie bei dir damit ich einfach umflashen kann. Der Switch ist ein Bewegungsmelder.
-
danke - ich teste jetzt erstmal den tm1637 - da liegt noch einer rum - meine 3 matrix diplays sind alle etwas verbaut - das dauert noch
-
@liv-in-sky Gib dann mal Rückinfo obs läuft, wieviele Module du angeschlossen hast und ob die Initialisierung immer klappt.
-
@rushmed wie erwähnt - dauert ein wenig - wo stelle ich eigentlich ein, wieviele module dranhängen - bei mir 8 - teste erstmal mit dem "kleinen" - die große matrix hat ja 16 einzelmodule (4mal4er)
-
@rushmed hast du den tm1637 aus deiner bin entfernt ?
-
@liv-in-sky Nein ich habe nichts entfernt.
Hier die Anleitung:
Assign the pins as follows from Tasmota's GUI: DIN hardware pin --> "MAX7219 DIN" CS hardware pin --> "MAX7219 CS" CLK hardware pin --> "MAX7219 CLK" Once the GPIO configuration is saved and the ESP8266/ESP32 module restarts, set the Display Model to 19 and Display Mode to 0 Depending on order of the wired 8x8 matrix modules you have got a display of size pixel_width x pixel_height. The size has to be set with the commands "DisplayWidth <pixel_width>" and "DisplayHeight <pixel_height>" After the ESP8266/ESP32 module restarts again, turn ON the display with the command "Power 1" Now, the following "Display" commands can be used: DisplayText text Sends the text to the display. If the text fits into the display, it is shown in the center. Otherwise it scrolls to the left and repeats as long it is cleared or new "DisplayText" overwrites it. DisplayDimmer [0..100] Sets the intensity of the display. DisplayBlinkrate [0..3] 0: not blinking 1: slow, 2: medium 3: fast blinking Power [ON|OFF] Sitches the display on or off. When "off", the display buffer is not cleared and will be shown again when after "Power ON". Other display commands are still active when off. DisplayClear Clears the display DisplayScrollDelay [0..15] // default = 0 Sets the speed of text scroll. Smaller delay = faster scrolling. The maximum scroll speed is 50ms per pixel on DisplayScrollDelay 0. DisplayWidth [8..256] Sets the pixel width of the display (8x number of modules in a row) DisplayHeight [8..256] Sets the pixel height of the display (8x number of module rows) DisplayRotate [0|2] 0: normal orientation; devide 0 starts at top left 2: upside down; device 0 starts at bottom right DisplayClock [0|1|2] Displays a clock. Commands "DisplayClock 1" // 12 hr format "DisplayClock 2" // 24 hr format "DisplayClock 0" // turn off clock; please use additional cammand: DisplayMode 0 If you would like to use the UTF8 latin1 character set, it cam be added by copile option: #define USE_UTF8_LATIN1
-
@rushmed könntest du bitte die tm1637 noch aktivieren in deiner bin
Ich bekomme es irgendwie nicht hin