8x8 Matrix Question
 
Notifications
Clear all

8x8 Matrix Question

5 Posts
2 Users
0 Likes
3,016 Views
(@kipnlo)
Active Member
Joined: 5 years ago
Posts: 18
Topic starter  

What would the code be to flip the 8x8 Matrix lettering or is it possible? By flipping, I would like it to be upside down, therefore when placing it with wiring up in a custom made case the lettering would be right side up. 🤣 Yes, I made the housing for the wiresΒ  and chip to go up, not down. 🙄Β 


   
Quote
(@kipnlo)
Active Member
Joined: 5 years ago
Posts: 18
Topic starter  

Basically, is it as simple as flipping this type of array? I know this is for the gears, but somewhere it has to tell where it starts and ends?

	0b10100001, // 0
0b00101000, // 1
0b11001101, // 2
0b01101101, // 3
0b00101011, // 4
0b01100111, // 5
0b11100111, // 6
0b00101100, // 7
0b01111111, // 8
0b01111111, // 9
This post was modified 4 years ago by kipnlo

   
ReplyQuote
(@kipnlo)
Active Member
Joined: 5 years ago
Posts: 18
Topic starter  

I think I found where to change it. Is this it?

MAX7221.setRow(0, 7 - j, FlowSerialTimedRead());

   
ReplyQuote
(@admin5435)
Prominent Member Admin
Joined: 7 years ago
Posts: 728
 

Hi !Β 

It's supported out of boxΒ  for any rotation which could be required πŸ˜‰

Β 

Nicolas


   
ReplyQuote
(@kipnlo)
Active Member
Joined: 5 years ago
Posts: 18
Topic starter  

Wow, speaking of out of the box. I was thinking way out of it! 😂 Thank you!


   
ReplyQuote
Share: