doctorandrey Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 3 posts - 1 through 3 (of 3 total) Author Posts August 23, 2011 at 10:36 pm in reply to: Wrong interrupt in initOverlay() #1431 doctorandreyMember I am glad that I helped to develop such nice project 🙂 August 22, 2011 at 2:16 pm in reply to: Wrong interrupt in initOverlay() #1428 doctorandreyMember 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); } August 22, 2011 at 2:14 pm in reply to: Wrong interrupt in initOverlay() #1427 doctorandreyMember 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). Author Posts Viewing 3 posts - 1 through 3 (of 3 total)