Skip to main content

Questions tagged [max7219]

Refers to the MAX7219 chip, a multiplexing LED driver. Use this tag for discussing the MAX7219 chip.

0 votes
1 answer
330 views

I am trying to edit an old code for a dot matrix display. This code was written on Arduino IDE in Windows 10, for DOIT ESP32 DEVKIT V1. I never had a problem with libraries in the Windows environment ...
paki eng's user avatar
2 votes
1 answer
110 views

I want print data from a DHT11 (temperature and humidity) on a MAX7219 LED display but it only shows 0. Serial monitor, on the other hand, shows both humidity and temperature which means that my ...
Andrew Coz's user avatar
1 vote
0 answers
242 views

I'm trying to get my ESP32 internet clock to show temperature and humidity data from a dht11 sensor on a MAX7219 display but my code seems to have some issues. After verifying the code there are no ...
Drew's user avatar
  • 11
1 vote
0 answers
97 views

I am using MAX7219 8 digit 7 segment displays with Arduino Mega2560. Now, I have to physically space out the displays far from each other. Hence, after a certain distance the displays on the far end ...
Soumarya's user avatar
-2 votes
2 answers
439 views

What is the exact meaning of the Initial Power-Up Section of the MAX7219 data sheet to be found on Page 7? It says: On initial power-up, all control registers are reset, the display is blanked, and ...
urbantigerau's user avatar
1 vote
2 answers
504 views

I'm using ESP8266 and Max7219 module (8*32) and MD_Parola library. To create my own font, at first I used of MDParolaFontEditor and created the following fonts. I edited file MD_MAX72xx_font.cpp ...
soheil's user avatar
  • 59
3 votes
1 answer
633 views

I want to display the true RMS of the main voltage using an Arduino and a MAX7219. At first, I used of circuit #1 (the following circuit) and the True RMS library. The circuit could successfully ...
soheil's user avatar
  • 59
2 votes
2 answers
1k views

Heeya Guys! Today I created a project with the help of instructables site. I followed the on screen steps and everything. Uploaded the sketch and it works like a charm, but there's one problem. ...
Shaun_Miller's user avatar
1 vote
0 answers
1k views

I am using ESP8266 NodeMCU with MAX7219 and a DS3231 teal time clock. I want to display the time and some text. The display is made of 4 FC16 modules which are made of 4 8x8 MAX7219 led matrix modules ...
Rehoboam's user avatar
0 votes
1 answer
1k views

EDIT2: Well, this is the "new" code and it just displays random dots on the matrices: #include "RTClib.h" #include <MD_Parola.h> #include <MD_MAX72xx.h> #include <SPI.h> // Define ...
Rehoboam's user avatar
0 votes
1 answer
549 views

EDIT: const char *pc[NUM_ZONES] = { "ROOM", //0 "SUBJECT", //1 "GRADE",//2 }; I did this and I can't get them to display every row simultaneously. void loop(void) { DateTime now = rtc....
Rehoboam's user avatar
1 vote
1 answer
644 views

Like I said in the title, I am using a DS3231 real time clock module and 4 cascaded FC-16 modules(they are basically MAX7219 led matrices based modules). My goal is to display a timetable, a schedule ...
Rehoboam's user avatar
0 votes
1 answer
131 views

I have a concern about the library port handling. I have used direct port direction manipulation successfully in previous projects but there seems to be a problem here. // This code mostly taken from ...
Ardathome's user avatar
0 votes
1 answer
983 views

For scrolling from left to right (Arabic letters) I need a function to print words/sentences on the MAX7219 display. [By setpixel(x, y) function] I did a lot of searching and my efforts failed. I ...
Miranda's user avatar
0 votes
2 answers
2k views

Thanks for your presentation https://arduino.stackexchange.com/tags/max7219/info. You say that multiple MAX7219 8x8 blocs can easily be daisy-chained and you show an example of at least 12 blocs ...
JC Grimaldi's user avatar

15 30 50 per page