brewpanel/slcd.c

changeset 637
21e542c15832
parent 443
6b80a37fdf8d
equal deleted inserted replaced
636:80967361f257 637:21e542c15832
1 /***************************************************************************** 1 /*****************************************************************************
2 * Copyright (C) 2015 2 * Copyright (C) 2015-2024
3 * 3 *
4 * Michiel Broek <mbroek at mbse dot eu> 4 * Michiel Broek <mbroek at mbse dot eu>
5 * 5 *
6 * This file is part of the mbsePi-apps 6 * This file is part of the mbsePi-apps
7 * 7 *
27 #include "brewpanel.h" 27 #include "brewpanel.h"
28 #include "sdlgui.h" 28 #include "sdlgui.h"
29 #include "slcd.h" 29 #include "slcd.h"
30 #include "dlgBrew.h" 30 #include "dlgBrew.h"
31 31
32 #ifdef HAVE_SDL_SDL_H 32 #ifdef HAVE_SDL2_SDL_H
33 33
34 34
35 // Bits in the control register 35 // Bits in the control register
36 #define SLCD_BLINK_CTRL 0x01 36 #define SLCD_BLINK_CTRL 0x01
37 #define SLCD_CURSOR_CTRL 0x02 37 #define SLCD_CURSOR_CTRL 0x02

mercurial