thermferm/slcd.h

Sun, 15 Nov 2015 21:12:11 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 15 Nov 2015 21:12:11 +0100
changeset 423
02653162b03b
parent 422
13502d0dda65
child 426
e54611453d29
permissions
-rw-r--r--

Fixed compiling for systems with wiringPi. Improved handling of udp sockets if there is no brewpanel running.

#ifndef	_SLCD_H
#define	_SLCD_H


void slcdDummy(int fd);
void slcdClear(int fd);
void slcdPosition(int fd, int x, int y);
void slcdPutchar(int fd, unsigned char c);
void slcdPuts(int fd, const char *string);
int  slcdInit(int fd, int cols, int rows);


#endif

mercurial