add output support to pylcd driver - patch provided by Stefan Reinauer

This commit is contained in:
marschap
2006-02-22 08:50:22 +00:00
parent e74c08a052
commit d0d8b1d9f1
2 changed files with 47 additions and 3 deletions
+1
View File
@@ -57,6 +57,7 @@ typedef struct
int C_x;
int C_y;
int C_state;
char led[7];
} pylcd_private_data;
#endif