~siretart/lcd4linux/debian

« back to all changes in this revision

Viewing changes to drv_Sample.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_Sample.c 773 2007-02-25 12:39:09Z michael $
2
 
 * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_Sample.c $
 
1
/* $Id: drv_Sample.c 975 2009-01-18 11:16:20Z michael $
 
2
 * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_Sample.c $
3
3
 *
4
4
 * sample lcd4linux driver
5
5
 *
6
 
 * Copyright (C) 2005 Michael Reinelt <reinelt@eunet.at>
 
6
 * Copyright (C) 2005 Michael Reinelt <michael@reinelt.co.at>
7
7
 * Copyright (C) 2005, 2006, 2007 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
8
8
 *
9
9
 * This file is part of LCD4Linux.
408
408
/* list models */
409
409
int drv_Sample_list(void)
410
410
{
411
 
    printf("generic");
 
411
    printf("Sample driver");
412
412
    return 0;
413
413
}
414
414
 
420
420
    WIDGET_CLASS wc;
421
421
    int ret;
422
422
 
423
 
    info("%s: %s", Name, "$Rev: 773 $");
 
423
    info("%s: %s", Name, "$Rev: 975 $");
424
424
 
425
425
    /* display preferences */
426
426
    XRES = 5;                   /* pixel width of one char  */