summaryrefslogtreecommitdiff
path: root/response.c
diff options
context:
space:
mode:
authorroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:51:10 -0500
committerroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:51:10 -0500
commitecd33bd78e0caef597d3bad272ac239ffda74d24 (patch)
treecd1b7becb550151026160cb7baf57e58cc72a3c2 /response.c
parentf6029e78658411a7f56adf9f3d1f36bfb699a61b (diff)
first LCD support
Diffstat (limited to 'response.c')
-rw-r--r--response.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/response.c b/response.c
index d0951d3..2404edc 100644
--- a/response.c
+++ b/response.c
@@ -1,5 +1,6 @@
#include "response.h"
#include "socket-common.h"
+#include "lcd.h"
#include "i2c.h"
#include <string.h>
#include <stdlib.h>
@@ -106,6 +107,9 @@ void responseCb(gpointer instance, GObject *arg1, gpointer user_data)
// remove leading and trailing whitespace
g_strstrip (str);
+ // I2C/LCD test function
+ LCD_display_error_message(str);
+
guchar status = 0; // delete me, later - FIXME
// I2C test code
I2C_Write (PCF8574A + Upper_Encoder_Port, 0xff);