GithubHelp home page GithubHelp logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024

Original comment by [email protected] on 17 Oct 2010 at 4:27

  • Added labels: Milestone-Release1.0, Priority-Low, Type-Defect
  • Removed labels: Priority-Medium, Type-Enhancement

from arduino-tvout.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
To do after Beta 1.0 release.

Original comment by [email protected] on 25 Nov 2010 at 3:09

from arduino-tvout.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Well I tried to get vsync on my TV by setting pal_line_stop-vsync to 2 and 2.5. 
I did not get any output. I tested from 3 to 7 with increments of 0.5 but the 
PAL output still rolls up. At a higher value 34.5 it kind of gets distorted a 
bit in the Hsync 

Original comment by [email protected] on 2 Oct 2011 at 6:46

from arduino-tvout.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
So how shall I get vsync..any ideas?

Original comment by [email protected] on 2 Oct 2011 at 6:46

from arduino-tvout.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I have fixed the v-Sync-problem in the video_gen.cpp on line 98

original: 
void vsync_line() {
    if (display.scanLine >= display.lines_frame) {
        OCR1A = _CYCLES_VIRT_SYNC;
        display.scanLine = 0;
Fixed:
void vsync_line() {
    if (display.scanLine >= display.lines_frame) {
        OCR1A = _CYCLES_VIRT_SYNC;
        display.scanLine = -1

Original comment by [email protected] on 26 Nov 2013 at 3:22

from arduino-tvout.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I can confirm the above fixed everything for me.

Original comment by [email protected] on 23 Jan 2014 at 4:22

from arduino-tvout.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
It fixed the problem (mega2560).
In my case it was line #204.

Original comment by [email protected] on 14 Apr 2014 at 10:07

from arduino-tvout.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.