rusefi-1/firmware/controllers/lcd_controller.h

21 lines
331 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file lcd_controller.h
*
* @date Aug 14, 2014
2015-12-31 13:02:30 -08:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-07-10 06:01:56 -07:00
*/
#ifndef LCD_CONTROLLER_H_
#define LCD_CONTROLLER_H_
#include "engine.h"
#define MAX_LCD_WIDTH 20
#define TOTAL_OPTIONS 6
void initLcdController(void);
void updateHD44780lcd(Engine *engine);
#endif /* LCD_CONTROLLER_H_ */