From: Bernhard Urban Date: Sun, 16 May 2010 18:51:58 +0000 (+0200) Subject: display: x"000000" ist schwarz... aber mit x"ffffff" gehts! X-Git-Tag: flashable_w00t^0 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hwmod.git;a=commitdiff_plain;h=1f62802d156d7312d3008e2e74b3f4e873863b9d display: x"000000" ist schwarz... aber mit x"ffffff" gehts! also es wird immerhin was angezeigt :) --- 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 =>