Skip to content

hinzundcode/fomu-vga-console

Repository files navigation

fomu vga console

demo

pinout

  • user_1 to R/G/B (VGA pins 1, 2 and 3)
  • user_2 to Ground
  • user_3 to HSYNC (VGA pin 13)
  • user_4 to VSYNC (VGA pin 15)

build & run

$ python vga.py --board pvt
$ dfu-util -D build/gateware/fomu_pvt.dfu
$ python write.py Hello from fomu

more examples

$ python write.py -x 10 -y 10 Hello
$ python write.py --clear
$ uptime | python write.py 
$ while true; do python write.py <<<$(date); sleep 0.5; done;

font

This project uses the Unicode VGA font which stands under the X license.

About

the worst diy usb graphics card

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published