[neoled] set output pin low if disabled

This commit is contained in:
stnolting 2025-02-22 23:04:27 +01:00
parent 0fa433d432
commit 2f50eab76d

View file

@ -304,6 +304,7 @@ begin
when others => -- "0--": disabled
-- ------------------------------------------------------------
neoled_o <= '0';
serial.state(1 downto 0) <= "00";
end case;