VGA library for Arduino UNO to use with rust-avr.
Go to file
kirbylife 5c6661093b Merge branch 'categulario/readme' into 'master'
a start of a readme that tells you what to do

See merge request kirbylife/rvgax!1
2021-04-27 16:48:22 +00:00
src Initial commit 2021-04-27 11:03:16 -05:00
.gitignore Initial commit 2021-04-27 11:03:16 -05:00
Cargo.toml Initial commit 2021-04-27 11:03:16 -05:00
README.md a start of a readme that tells you what to do 2021-04-27 11:24:01 -05:00

README.md

rVGAx

A VGA library for arduino

Compiling

You need rust nightly, run:

rustup override set nightly

in the project directory. then you can do

cargo check

to see that everything is allright

WIP, DOES NOT WORK :c