All Projects → nootropicdesign → arduino-tvout-ve

nootropicdesign / arduino-tvout-ve

Licence: MIT license
TVout library with new features to support the Video Experimenter shield

Programming Languages

C++
36643 projects - #6 most used programming language
processing
702 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to arduino-tvout-ve

PicoVGA
VGA/TV display on Raspberry Pico
Stars: ✭ 119 (+213.16%)
Mutual labels:  pal, ntsc
propeller-graphics-card
Add-on board and firmware for the RC2014 computer to provide graphics capabilities
Stars: ✭ 39 (+2.63%)
Mutual labels:  pal, ntsc
TKViewer
NexusTK DAT Object Viewer
Stars: ✭ 18 (-52.63%)
Mutual labels:  pal
TMS9918A
TMS9918A video card for RC2014
Stars: ✭ 104 (+173.68%)
Mutual labels:  ntsc

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
                |
                +--...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].