diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:51:10 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:51:10 -0500 |
commit | ecd33bd78e0caef597d3bad272ac239ffda74d24 (patch) | |
tree | cd1b7becb550151026160cb7baf57e58cc72a3c2 /response.c | |
parent | f6029e78658411a7f56adf9f3d1f36bfb699a61b (diff) |
first LCD support
Diffstat (limited to 'response.c')
-rw-r--r-- | response.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |