mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2006-06-19 11:54:08 by reinelt]
removed dependency to usb.h from sample driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@660 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
+6
-4
@@ -1,4 +1,4 @@
|
||||
/* $Id: drv_Sample.c,v 1.7 2006/02/27 06:14:46 reinelt Exp $
|
||||
/* $Id: drv_Sample.c,v 1.8 2006/06/19 11:54:08 reinelt Exp $
|
||||
*
|
||||
* sample lcd4linux driver
|
||||
*
|
||||
@@ -23,6 +23,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: drv_Sample.c,v $
|
||||
* Revision 1.8 2006/06/19 11:54:08 reinelt
|
||||
* removed dependency to usb.h from sample driver
|
||||
*
|
||||
* Revision 1.7 2006/02/27 06:14:46 reinelt
|
||||
* graphic bug resulting in all black pixels solved
|
||||
*
|
||||
@@ -58,11 +61,10 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <usb.h>
|
||||
|
||||
#include "debug.h"
|
||||
#include "cfg.h"
|
||||
#include "qprintf.h"
|
||||
@@ -443,7 +445,7 @@ int drv_Sample_init(const char *section, const int quiet)
|
||||
WIDGET_CLASS wc;
|
||||
int ret;
|
||||
|
||||
info("%s: %s", Name, "$Revision: 1.7 $");
|
||||
info("%s: %s", Name, "$Revision: 1.8 $");
|
||||
|
||||
/* display preferences */
|
||||
XRES = 5; /* pixel width of one char */
|
||||
|
||||
Reference in New Issue
Block a user