This commit is contained in:
rusefi 2017-12-04 18:30:44 -05:00
parent 00b1fc7026
commit a749403057
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,11 @@
/** /**
* @file lcd_controller.cpp * @file lcd_controller.cpp
* *
* LCD is a tree-like set of menues controlled by a joystick. At the moment three actions are supported:
* "next item"
* "enter sub-menu"
* "return one level up"
*
* @date Aug 14, 2014 * @date Aug 14, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2017
*/ */

View File

@ -1,6 +1,9 @@
/** /**
* @file joystick.cpp * @file joystick.cpp
* *
* See lcd_controller.cpp for more information
* See void onJoystick(joystick_button_e button)
*
* @date Jan 2, 2015 * @date Jan 2, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2017
*/ */