Skip to content

Commit

Permalink
Fix startup message in interlaced mode
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Dec 17, 2021
1 parent 6f8977b commit dc16b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgb_to_hdmi.c
Expand Up @@ -3114,7 +3114,7 @@ void setup_profile(int profile_changed) {
// Measure the frame time and set the sampling clock
calibrate_sampling_clock(profile_changed);

if (powerup) {
if (powerup || osd_timer > 0) {
osd_set(0, 0, " "); //dummy print to turn osd on so interlaced modes can display startup resolution later
}
geometry_get_fb_params(capinfo);
Expand Down

0 comments on commit dc16b86

Please sign in to comment.