Skip to content

d3npa/dotmatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotMatrix

a very rough project where i learned to drive four LED dot-matrices through GPIO on the raspberry pi pico, using embassy and embedded rust.

for now this project is a somewhat disorganized sandbox to play with.

one day, i would like to revisit the individual drivers for each electronic component and make them more modular, so i could reuse them in future projects.

photo

before compiling

create a credentials.rs file in the project root containing the following two lines:

const WIFI_NETWORK: &str = "";
const WIFI_PASSWORD: &str = "";

it will be including during the build process.

About

controlling a dot-matrix display with rp-pico for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published