doctorandrey

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Wrong interrupt in initOverlay() #1431
    doctorandrey
    Member

    I am glad that I helped to develop such nice project 🙂

    in reply to: Wrong interrupt in initOverlay() #1428
    doctorandrey
    Member

    Next screenshots shows how it not counts frames and TV.millis, but overlaying working.


    void loop() {
    TV.print(0, 90, millis());
    TV.print(40, 90, TV.millis());
    TV.print(60, 90, display.frames);
    }
    in reply to: Wrong interrupt in initOverlay() #1427
    doctorandrey
    Member

    Here is oscillograms with correct and wrong INT0 init – you were right, interrupt handler fires over and over during the whole vertical blanking interval (see channel 1).

Viewing 3 posts - 1 through 3 (of 3 total)