diff --git a/README.md b/README.md new file mode 100644 index 0000000..000aec5 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Pico-VGA: A micro controller video card + +![PicoVGA](res/logo1.png) + +A VGA Driver made from a Raspberry Pi Pico with the eventual goal of being an acting video card. + +I also plan to experiment with 3D rendering on it. + +## PCB +Kicad and fabrication files can be found in `kicad/` + +## Contributors +- [Alexandre Rouma](https://github.com/AlexandreRouma) (Logo Design) +- [Joshua Webster](https://github.com/w3bb0) (PCB Design) diff --git a/res/logo1.png b/res/logo1.png new file mode 100644 index 0000000..aef55c1 Binary files /dev/null and b/res/logo1.png differ