~siretart/lcd4linux/debian

« back to all changes in this revision

Viewing changes to drv_MilfordInstruments.c

  • Committer: Reinhard Tartler
  • Date: 2011-04-27 17:28:49 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: siretart@tauware.de-20110427172849-mj5cj5a0igpcc9fn
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: drv_MilfordInstruments.c 773 2007-02-25 12:39:09Z michael $
2
 
 * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_MilfordInstruments.c $
 
1
/* $Id: drv_MilfordInstruments.c 840 2007-09-09 12:17:42Z michael $
 
2
 * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_MilfordInstruments.c $
3
3
 *
4
4
 * driver for Milford Instruments 'BPK' piggy-back serial interface board
5
5
 * for standard Hitachi 44780 compatible lcd modules.
8
8
 * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
9
9
 *
10
10
 * based on the MatrixOrbital driver which is
11
 
 * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
 
11
 * Copyright (C) 1999, 2000 Michael Reinelt <michael@reinelt.co.at>
12
12
 *
13
13
 * This file is part of LCD4Linux.
14
14
 *
199
199
    WIDGET_CLASS wc;
200
200
    int ret;
201
201
 
202
 
    info("%s: %s", Name, "$Rev: 773 $");
 
202
    info("%s: %s", Name, "$Rev: 840 $");
203
203
 
204
204
    /* display preferences */
205
205
    XRES = 5;                   /* pixel width of one char  */