void control_screen(struct soft_setup *, struct pos *,
struct control *, struct gcode_setup *);
/*prints control screen graphics and all text on screen
1st parameter ->
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY control IS
PORT( reset: IN STD_LOGIC; --system reset signal
bege
//
// C++ Interface: Control
//
// Description:与iptux相关的程序数据
//
//
// Author: Jally , (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef CONTROL