~siretart/lcd4linux/debian

« back to all changes in this revision

Viewing changes to drv_LEDMatrix.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_LEDMatrix.c 776 2007-02-26 10:34:52Z michael $
2
 
 * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_LEDMatrix.c $
 
1
/* $Id: drv_LEDMatrix.c 975 2009-01-18 11:16:20Z michael $
 
2
 * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_LEDMatrix.c $
3
3
 *
4
4
 * LED matrix driver for LCD4Linux 
5
5
 * (see http://www.harbaum.org/till/ledmatrix for hardware)
252
252
/* list models */
253
253
int drv_LEDMatrix_list(void)
254
254
{
 
255
    printf("LEDMATRIX by Till Harbaum");
255
256
    return 0;
256
257
}
257
258