brewpanel/dlgBrew.h

Sun, 08 Nov 2015 17:49:29 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 08 Nov 2015 17:49:29 +0100
changeset 412
f1a042a59b61
parent 410
e3f8a51b566a
child 425
c51265b518ce
permissions
-rw-r--r--

Basic ideas to write to the simulated LCD display are in place.

#ifndef	_DLGBREW_H
#define	_DLGBREW_H

#ifdef HAVE_SDL_SDL_H

int  Dialog_LCDinit(int *x, int *y, int *w, int *h, int *cols, int *rows, int index);
int  Dialog_BrewDlg(void);

#endif
#endif

mercurial