nootropicdesign / arduino-tvout-ve

TVout library with new features to support the Video Experimenter shield

Home Page:https://nootropicdesign.com/ve

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino-TVout for Video Experimenter

This is a library for generating composite video on an ATmega microcontroller and is a modified version of TVout specifically for using features of the Video Experimenter shield. It allows video output to be overlaid on top of a video signal, allows frames to be captured and modified, etc. For more information, see the Video Experimenter website.

This repository is based upon the last published version on Google Code, known as Beta1. It has been patched to get around compilation issues associated with using assembly macros on newer versions of the Arduino IDE. The compilation problems with macros emerged after Arduino 1.6.8.

Install the 3 libraries in your Arduino sketchbook with the following structure:

Arduino sketchbook
    |
    +--libraries
          |
          +--TVout
          |     |
          |     +--...
          |
          +--TVoutfonts
          |     |
          |     +--...
          |
          +--pollserial
                |
                +--...

About

TVout library with new features to support the Video Experimenter shield

https://nootropicdesign.com/ve

License:MIT License


Languages

Language:C++ 83.3%Language:Processing 9.1%Language:C 7.6%