brewpanel/dlgBrew.h

Mon, 22 Apr 2024 15:12:27 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 22 Apr 2024 15:12:27 +0200
changeset 696
fe042f9484ac
parent 637
21e542c15832
permissions
-rw-r--r--

Added web page to display the one-wire bus live status.

#ifndef	_DLGBREW_H
#define	_DLGBREW_H

#ifdef HAVE_SDL2_SDL_H

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

#endif
#endif

mercurial