No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

font.vhd 117B

123456
  1. package font is
  2. constant font_width : natural := 8;
  3. constant font_height : natural := 8;
  4. end package;