Guest
#6739947
I have a BMP file that I need to read in VHDL, but I have problems
reading the colors, to be precise, with a color depth of 4 bits.
With a color depth of 24 bits it looks like this:
r_in : in std_logic_vector(7 downto 0);
g_in : in std_logic_vector(7 downto 0);
b_in : in std_logic_vector(7 downto 0);
8 bits each for RGB.
With a color depth of 4 bits, it had to be different on the outside.
I am thankful for every help.
