Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 543 Bytes

display_max7219.md

File metadata and controls

9 lines (6 loc) · 543 Bytes

LED display with TM1637 Driver

Example code: demo-display-max7219/src/main.rs

BMP280 Pressure and Temperature sensor

TODO:

  • communication did not work until CS pin was used (connecting CS to GND with a resistor did not work)
  • display did not correctly initialize on pewer up until there was 200ms delay before initializing (100ms was not enough), this may be a power issue