~siretart/lcd4linux/debian

« back to all changes in this revision

Viewing changes to drv_BeckmannEgle.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_BeckmannEgle.c 776 2007-02-26 10:34:52Z michael $
2
 
 * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_BeckmannEgle.c $
 
1
/* $Id: drv_BeckmannEgle.c 840 2007-09-09 12:17:42Z michael $
 
2
 * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_BeckmannEgle.c $
3
3
 *
4
4
 * driver for Beckmann+Egle "Mini Terminals" and "Compact Terminals"
5
 
 * Copyright (C) 2000 Michael Reinelt <reinelt@eunet.at>
 
5
 * Copyright (C) 2000 Michael Reinelt <michael@reinelt.co.at>
6
6
 * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
7
7
 *
8
8
 * This file is part of LCD4Linux.
625
625
    WIDGET_CLASS wc;
626
626
    int ret;
627
627
 
628
 
    info("%s: %s", Name, "$Rev: 776 $");
 
628
    info("%s: %s", Name, "$Rev: 840 $");
629
629
 
630
630
    /* start display */
631
631
    if ((ret = drv_BuE_start(section)) != 0) {