mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
[X9E/X7D] Rotary encoder navigation speed implemented (#3724)
This commit is contained in:
parent
3cb64d984a
commit
1d735f2bd3
114 changed files with 785 additions and 865 deletions
|
@ -41,7 +41,7 @@ void drawCurve(coord_t offset)
|
|||
} while (1);
|
||||
}
|
||||
|
||||
void menuModelCurvesAll(uint8_t event)
|
||||
void menuModelCurvesAll(event_t event)
|
||||
{
|
||||
#if defined(GVARS_IN_CURVES_SCREEN)
|
||||
SIMPLE_MENU(STR_MENUCURVES, menuTabModel, MENU_MODEL_CURVES, HEADER_LINE+MAX_CURVES+MAX_GVARS);
|
||||
|
@ -105,7 +105,7 @@ void menuModelCurvesAll(uint8_t event)
|
|||
}
|
||||
|
||||
#if defined(CPUARM)
|
||||
void editCurveRef(coord_t x, coord_t y, CurveRef & curve, uint8_t event, LcdFlags flags)
|
||||
void editCurveRef(coord_t x, coord_t y, CurveRef & curve, event_t event, LcdFlags flags)
|
||||
{
|
||||
coord_t x1 = x;
|
||||
if (flags & RIGHT) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue