/* * Photo Image Print System * Copyright (C) 2001-2004 EPSON KOWA Corporation. * Copyright (C) SEIKO EPSON CORPORATION 2001-2004. * * This file is part of the `ekpnavi' program. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef HAVE_CONFIG_H # include #endif #include "navi.h" #ifndef __PRINTER_H__ #define __PRINTER_H__ DD_PARAM dd_pm890c[] = { { 0x01, 0x01, 0x01 }, { 0x00, 0x01, 0x02 }, { 0xff, 0xff, 0xff } }; DD_PARAM dd_pm950c[] = { { 0x01, 0x01, 0x01 }, { 0x03, 0x01, 0x02 }, { 0x02, 0x01, 0x03 }, { 0xff, 0xff, 0xff } }; DD_PARAM dd_patch_pm850pt[] = { { 0x01, 0x01, 0x01 }, { 0x00, 0x01, 0x02 }, { 0xff, 0xff, 0xff } }; DD_PARAM dd_cut_pm850pt[] = { { 0x10, 0x00, 0x02 }, { 0xff, 0xff, 0xff } }; DD_PARAM dd_patch_pm840c[] = { { 0x01, 0x01, 0x01 }, { 0x00, 0x01, 0x02 }, { 0xff, 0xff, 0xff } }; DD_PARAM dd_ruled_pm970c[] = { { 0x00, 0x00, 0x02 }, { 0x00, 0x01, 0x02 }, { 0x04, 0x00, 0x02 }, { 0x04, 0x01, 0x02 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x02 }, { 0x04, 0x02, 0x02 }, { 0x04, 0x03, 0x02 }, { 0xff, 0xff, 0xff } }; EX_DD_PARAM dd_patch_pm970c_7color[] = { { 0x00, 0x00, 0x01, 0x00, 0x02 }, { 0x00, 0x00, 0x01, 0x02, 0x02 }, { 0x00, 0x00, 0x05, 0x00, 0x02 }, { 0x00, 0x00, 0x05, 0x02, 0x02 }, { 0x00, 0x01, 0x02, 0x00, 0x02 }, { 0x00, 0x01, 0x02, 0x02, 0x02 }, { 0x00, 0x02, 0x03, 0x00, 0x02 }, { 0x00, 0x02, 0x03, 0x02, 0x02 }, { 0x01, 0x00, 0x01, 0x01, 0x02 }, { 0x01, 0x00, 0x05, 0x01, 0x02 }, { 0x01, 0x01, 0x02, 0x01, 0x02 }, { 0x01, 0x02, 0x03, 0x01, 0x02 }, { 0xff, 0xff, 0xff, 0xff, 0xff } }; EX_DD_PARAM dd_patch_pm970c_4color[] = { { 0x00, 0x00, 0x01, 0x00, 0x02 }, { 0x00, 0x00, 0x01, 0x02, 0x02 }, { 0x00, 0x00, 0x05, 0x00, 0x02 }, { 0x00, 0x00, 0x05, 0x02, 0x02 }, { 0x00, 0x01, 0x02, 0x00, 0x02 }, { 0x00, 0x01, 0x02, 0x02, 0x02 }, { 0x00, 0x02, 0x03, 0x00, 0x02 }, { 0x00, 0x02, 0x03, 0x02, 0x02 }, { 0x01, 0x00, 0x01, 0x03, 0x02 }, { 0x01, 0x00, 0x05, 0x03, 0x02 }, { 0x01, 0x01, 0x02, 0x03, 0x02 }, { 0x01, 0x02, 0x03, 0x03, 0x02 }, { 0xff, 0xff, 0xff, 0xff, 0xff } }; /* DD の出力順はWindowsと逆 */ DD_PARAM dd_patch_pm4000px[] = { { 0x02, 0x01, 0x03 }, { 0x02, 0x00, 0x03 }, { 0x03, 0x01, 0x02 }, { 0x03, 0x00, 0x02 }, { 0x01, 0x01, 0x01 }, { 0xff, 0xff, 0xff } }; EX_DD_PARAM dd_patch_pmg700[] = { { 0x00, 0x00, 0x01, 0x00, 0x02 }, { 0x00, 0x00, 0x11, 0x00, 0x02 }, { 0x00, 0x01, 0x02, 0x00, 0x02 }, { 0x00, 0x01, 0x12, 0x00, 0x02 }, { 0x00, 0x02, 0x03, 0x00, 0x02 }, { 0x00, 0x02, 0x13, 0x00, 0x02 }, { 0x00, 0x03, 0x00, 0x00, 0x02 }, { 0x00, 0x03, 0x10, 0x00, 0x02 }, { 0x01, 0x00, 0x01, 0x00, 0x02 }, { 0x01, 0x00, 0x11, 0x00, 0x02 }, { 0x01, 0x01, 0x02, 0x00, 0x02 }, { 0x01, 0x01, 0x12, 0x00, 0x02 }, { 0x01, 0x02, 0x03, 0x00, 0x02 }, { 0x01, 0x02, 0x13, 0x00, 0x02 }, { 0x01, 0x03, 0x00, 0x00, 0x02 }, { 0x01, 0x03, 0x10, 0x00, 0x02 }, { 0xff, 0xff, 0xff, 0xff, 0xff } }; #endif /*__PRINTER_H__*/