Notifications
Clear all

led 8x8 display

7 Posts
4 Users
2 Likes
690 Views
(@laserman)
Member
Joined: 2 years ago
Posts: 16
Topic starter  

Hey all having some issues with my current project i have 2 8x8 (4 unit panels) and i have tried using and following the steps to mod the md_72xx.h file to reflect my hardware and i have been looking all over in the files and cannot find the #define hardware  lines to allow me to change it to work.

 

any one that can help


   
Quote
robotBuilder
(@robotbuilder)
Member
Joined: 5 years ago
Posts: 2042
 

@laserman

Is it a project from here?

https://dronebotworkshop.com/led-displays/

 


   
Ron reacted
ReplyQuote
Will
 Will
(@will)
Member
Joined: 3 years ago
Posts: 2528
 

@laserman

Perhaps you'll understand that it's hard for us to help you when we can't see your code and don't have a description of the error (if any) or the deficiency (if no error).

For instance, what error (if any) are you seeing.

Is the fault at compile time or run time.

What do you expect to happen and what actually happens.

These kind of details are really important.

Anything seems possible when you don't know what you're talking about.


   
Ron reacted
ReplyQuote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6964
 

@laserman Did you mean md_MAX72xx.h?

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
ReplyQuote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6964
 

@laserman If you have only 2 8x8 then the statement is #define MAX_DEVICES 2

A complete solution is at https://dronebotworkshop.com/led-displays/

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
ReplyQuote
(@laserman)
Member
Joined: 2 years ago
Posts: 16
Topic starter  

sorry been busy with work any ways the devices i have are the 4 unit 8x8 display on one board , 2 of those and when i try to dp the mod to the MD_72XX.h file i search for the changes that i see for this to get things working i can't find the items listed 


   
ReplyQuote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6964
 

@laserman Sorry, I don't understand what you are saying. See the help and learn how to post your sketch. Then describe what you thought should happen and what did happen, then maybe somebody can help. All our mind readers are on vacation.

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
ReplyQuote