X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fdisplay.vhd;h=742c792f29f051e5bb34e603aeb0d2a869d920ce;hb=refs%2Ftags%2Fflashable_w00t;hp=4c333c521cf0c186b3db4394029b226f5e00b46b;hpb=89a2f3f4045a6d92e25cb1a62438ed8b08a1f90e;p=hwmod.git diff --git a/src/display.vhd b/src/display.vhd index 4c333c5..742c792 100644 --- a/src/display.vhd +++ b/src/display.vhd @@ -136,7 +136,7 @@ begin d_get_next <= '1'; when S_PUTCH => command_next <= COMMAND_SET_CHAR; - command_data_next <= x"000000" & std_logic_vector(d_char); + command_data_next <= x"ffffff" & std_logic_vector(d_char); when S_WAIT | S_NOP2 => null; when S_NOP1 =>