Difference between revisions of "MAX7219/MAX7221"

From Stm32World Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Components and Modules]][[Category:Modules]][[Category:Breakout Board]]{{metadesc|MAX7219 and MAX7221 LED Drivers}}
 
[[Category:Components and Modules]][[Category:Modules]][[Category:Breakout Board]]{{metadesc|MAX7219 and MAX7221 LED Drivers}}
 +
The [[MAX7219/MAX7221]] is a driver designed for driving 7 segment LED displays.  In the [https://github.com/lbthomsen/stm32-max72xx/blob/master/doc/MAX7219-MAX7221.pdf datasheet] it shows a typical use such as this:
 +
 +
[[File:MAX7219 Typical Application Circuit.png|600px]]
  
 
[[File:8 Digit LED Display.jpg|600px]]
 
[[File:8 Digit LED Display.jpg|600px]]
  
== Miscellaneious Links ==
+
== Miscellaneous Links ==
  
* [[STM32 Max7219/MAX7221]]
+
* [[STM32 MAX7219/MAX7221|Using MAX7219/MAX7221 on STM32]]

Latest revision as of 05:06, 24 May 2022

The MAX7219/MAX7221 is a driver designed for driving 7 segment LED displays. In the datasheet it shows a typical use such as this:

MAX7219 Typical Application Circuit.png

8 Digit LED Display.jpg

Miscellaneous Links