6 lines
No EOL
117 B
VHDL
6 lines
No EOL
117 B
VHDL
package font is
|
|
|
|
constant font_width : natural := 8;
|
|
constant font_height : natural := 8;
|
|
|
|
end package; |