fsphil / hacktv

Analogue TV transmitter for the HackRF
GNU General Public License v3.0
713 stars 84 forks source link

Add checkerboard test pattern #21

Closed wsygog closed 5 months ago

fsphil commented 5 years ago

Hi, thanks for the pull request. Just a few comments:

wsygog commented 5 years ago

Oops! Will fix the indentations when I can.

Good point with passing sub instead of an arbitrary number.

I'll see how full screen looks when I can. Only thing is, my only analog TV is pretty bad, so I'm afraid what is full screen for me isn't for everyone else haha

wsygog commented 5 years ago

@fsphil With what you said, i think sections inside av_test_open() for Overlay the logo and Generate a basic test pattern should be done only if sub == NULL or strncmp("test") is successful. Likewise for sections Draw checkerboard. What do you think? Also i can't test this since I will be away from my television for a week.