Skip to content

Commit

Permalink
osd fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andykarpov committed Sep 14, 2021
1 parent a27faf6 commit 92b1fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/fpga/profi/rtl/video/osd.vhd
Expand Up @@ -396,7 +396,7 @@ begin
if (SCREEN_MODE /= last_scr_mode) then
last_scr_mode <= SCREEN_MODE;
cnt <= "0000";
line1 <= '0' & std_logic_vector(to_unsigned(message_scr_mode, 8));
line1 <= '1' & std_logic_vector(to_unsigned(message_scr_mode, 8));
case SCREEN_MODE is
when "00" => line2 <= '1' & std_logic_vector(to_unsigned(message_scr_pentagon, 8));
when "01" => line2 <= '1' & std_logic_vector(to_unsigned(message_scr_classic, 8));
Expand Down

0 comments on commit 92b1fac

Please sign in to comment.