thermferm/slcd.h

Thu, 09 May 2019 19:50:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 09 May 2019 19:50:26 +0200
changeset 597
93667d842c9b
parent 485
08543a9ca288
permissions
-rw-r--r--

Less debug messages on stdout

#ifndef	_SLCD_H
#define	_SLCD_H


void slcdDummy(int fd);
void slcdLEDs(int fd);
void slcdClear(int fd);
void slcdPosition(int fd, int x, int y);
void slcdCharDef(int fd, int idx, unsigned char data[8]);
void slcdPutchar(int fd, unsigned char c);
void slcdPuts(int fd, const char *string);
int  slcdInit(int fd, int cols, int rows);


#endif

mercurial